File: .dir-locals.el

package info (click to toggle)
magit 2.90.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,212 kB
  • sloc: lisp: 22,004; makefile: 476; sh: 16
file content (10 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
((nil
  (bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)")
  (bug-reference-url-format . "https://github.com/magit/magit/issues/%s"))
 (emacs-lisp-mode
  (eval . (bug-reference-mode 1))
  (indent-tabs-mode . nil))
 (makefile-gmake-mode
  (outline-regexp . "##"))
 (git-commit-mode
  (git-commit-major-mode . git-commit-elisp-text-mode)))