Sort items in tmm properly, and allow clicking the final item
[emacs.git] / .dir-locals.el
blob27d50c6069940d49aff1599fe2750e8c53f17857
1 ;;; Directory Local Variables
2 ;;; For more information see (info "(emacs) Directory Variables")
4 ((nil . ((tab-width . 8)
5 (sentence-end-double-space . t)
6 (fill-column . 70)
7 (bug-reference-url-format . "https://debbugs.gnu.org/%s")))
8 (c-mode . ((c-file-style . "GNU")
9 (c-noise-macro-names . ("INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" "UNINIT" "CALLBACK" "ALIGN_STACK"))
10 (electric-quote-comment . nil)
11 (electric-quote-string . nil)
12 (mode . bug-reference-prog)))
13 (objc-mode . ((c-file-style . "GNU")
14 (electric-quote-comment . nil)
15 (electric-quote-string . nil)
16 (mode . bug-reference-prog)))
17 (log-edit-mode . ((log-edit-font-lock-gnu-style . t)
18 (log-edit-setup-add-author . t)))
19 (change-log-mode . ((add-log-time-zone-rule . t)
20 (fill-column . 74)
21 (mode . bug-reference)))
22 (diff-mode . ((mode . whitespace)))
23 (emacs-lisp-mode . ((indent-tabs-mode . nil)
24 (electric-quote-comment . nil)
25 (electric-quote-string . nil)
26 (mode . bug-reference-prog)))
27 (texinfo-mode . ((electric-quote-comment . nil)
28 (electric-quote-string . nil)
29 (mode . bug-reference-prog)))
30 (outline-mode . ((mode . bug-reference))))