blob: 4f46a2cfa0dda24a7edf48d6f7647ce750df5a19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
((emacs-lisp-mode
(indent-tabs-mode . nil)
(checkdoc-allow-quoting-nil-and-t . t))
(git-commit-mode
(git-commit-major-mode . git-commit-elisp-text-mode))
(makefile-gmake-mode
(outline-regexp . "#\\(#+\\)")
(mode . outline-minor))
("docs/RelNotes"
(org-mode
(fill-column . 80)
(mode . display-fill-column-indicator)))
)
|