dotemacs

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

.dir-locals.el (283B)


      1 ((nil . ((indent-tabs-mode . nil)
      2          (fill-column . 80)
      3          (sentence-end-double-space . t)
      4          (emacs-lisp-docstring-fill-column . 75)
      5          (project-vc-merge-submodules . nil)))
      6  (makefile-mode . ((indent-tabs-mode . t)))
      7  (texinfo-mode . ((fill-column . 70))))