dotemacs

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

.dir-locals.el (257B)


      1 ((nil
      2   (bug-reference-url-format . "https://github.com/clojure-emacs/clojure-mode/issues/%s")
      3   (indent-tabs-mode . nil)
      4   (fill-column . 80)
      5   (checkdoc-arguments-in-order-flag))
      6  (emacs-lisp-mode
      7   (bug-reference-bug-regexp . "#\\(?2:[[:digit:]]+\\)")))