dotemacs

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

.dir-locals.el (289B)


      1 ((emacs-lisp-mode
      2   (buffer-save-without-query . t)
      3   (indent-tabs-mode . nil)
      4   (eval . (flycheck-mode))
      5   (eval . (checkdoc-minor-mode))
      6   (sentence-end-double-space . t)
      7   (emacs-lisp-docstring-fill-column . 75)
      8   (checkdoc-package-keywords-flag)
      9   (checkdoc-arguments-in-order-flag)))