dotemacs

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

.dir-locals.el (304B)


      1 ;;; Directory Local Variables
      2 ;;; For more information see (info "(emacs) Directory Variables")
      3 
      4 ((emacs-lisp-mode
      5   (indent-tabs-mode . nil)
      6   (outline-regexp . ";;\\([;*]+ [^\s\t\n]\\|###autoload\\)\\|(")
      7   (sentence-end-double-space . t)
      8   ;; (lisp-indent-function . common-lisp-indent-function)
      9   ))