diff options
author | thdox <thdox@free.fr> | 2017-01-16 18:59:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-16 18:59:38 +0100 |
commit | 6ce4cebadba754b04bf307ca2b34a03c3a1ece8b (patch) | |
tree | 31f770010d99886af136ad40736ce2b7ef59fb72 /.dir-locals.el | |
parent | aa6c214e8dea5f79c3b3ac13e634783f68e8c375 (diff) | |
parent | 8b05eaf26f6b74801ed8a7ad04f0f87180773008 (diff) | |
download | fork-ledger-6ce4cebadba754b04bf307ca2b34a03c3a1ece8b.tar.gz fork-ledger-6ce4cebadba754b04bf307ca2b34a03c3a1ece8b.tar.bz2 fork-ledger-6ce4cebadba754b04bf307ca2b34a03c3a1ece8b.zip |
Merge pull request #478 from thdox/dir-locals-el
Fix indent-tabs-mode to nil
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index ca104fb0..de699515 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -32,5 +32,5 @@ (c-special-indent-hook . c-gnu-impose-minimum) (c-block-comment-prefix . "")))) (emacs-lisp-mode - (indent-tabs-mode))) + (indent-tabs-mode . nil))) |