X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=.dir-locals.el;h=b3ddffe8ad15cf91ca68938e58264c60c239980c;hp=aea630bdf3155b26113881e36a45a83d1e82bd4d;hb=HEAD;hpb=22472d9def2f6525a9aac62e6481d8d4fa7db5d0 diff --git a/.dir-locals.el b/.dir-locals.el index aea630bd..b3ddffe8 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,6 +1,6 @@ -; emacs local configuration settings for notmuch source -; surmised by dkg on 2010-11-23 13:43:18-0500 -; amended by amdragon on 2011-06-06 +;; emacs local configuration settings for notmuch source +;; surmised by dkg on 2010-11-23 13:43:18-0500 +;; amended by amdragon on 2011-06-06 ((c-mode (indent-tabs-mode . t) @@ -15,9 +15,11 @@ (emacs-lisp-mode (indent-tabs-mode . t) (tab-width . 8)) - (shell-mode + (sh-mode (indent-tabs-mode . t) (tab-width . 8) (sh-basic-offset . 4) (sh-indentation . 4)) + (nil + (fill-column . 70)) )