From a21f15bd29177a34bc0c33418157cf7974dd853c Mon Sep 17 00:00:00 2001 From: Brian Demsky Date: Mon, 21 May 2012 00:25:37 -0700 Subject: [PATCH] Found new way to fix emacs issue.. There are directory level preferences. Remove file-level emacs comment and replace with directory level overrides. --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..ce85e5f --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1 @@ +((nil . ((indent-tabs-mode . t)))) \ No newline at end of file -- 2.34.1