From: Brian Demsky Date: Mon, 21 May 2012 07:25:37 +0000 (-0700) Subject: Found new way to fix emacs issue.. There are directory level preferences. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=commitdiff_plain;h=a21f15bd29177a34bc0c33418157cf7974dd853c Found new way to fix emacs issue.. There are directory level preferences. Remove file-level emacs comment and replace with directory level overrides. --- 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