dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

.dir-locals.el (199B)


      1 ((nil . ((indent-tabs-mode . nil)
      2          (fill-column . 80)
      3          (sentence-end-double-space . t)
      4          (emacs-lisp-docstring-fill-column . 75)))
      5  (makefile-mode . ((indent-tabs-mode . t))))