File: .dir-locals.el

package info (click to toggle)
clojure-mode 5.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 25,244 kB
  • sloc: lisp: 6,617; makefile: 17
file content (7 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
((nil
  (bug-reference-url-format . "https://github.com/clojure-emacs/clojure-mode/issues/%s")
  (indent-tabs-mode . nil)
  (fill-column . 80)
  (checkdoc-arguments-in-order-flag))
 (emacs-lisp-mode
  (bug-reference-bug-regexp . "#\\(?2:[[:digit:]]+\\)")))