dotemacs

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

.dir-locals.el (423B)


      1 ((nil
      2   (bug-reference-bug-regexp . "\\(\\(?:issue\\|pr\\) ?\\)?#\\([[:digit:]]+\\)")
      3   (bug-reference-url-format . "https://github.com/magnars/dash.el/issues/%s")
      4   (fill-column . 70)
      5   (sentence-end-double-space . t)
      6   (tab-width . 8))
      7  (emacs-lisp-mode
      8   (indent-tabs-mode . nil)
      9   (mode . bug-reference-prog))
     10  (sh-mode
     11   (sh-basic-offset . 4))
     12  (texinfo-mode
     13   (indent-tabs-mode . nil)
     14   (mode . bug-reference-prog)))