* .dir-locals.el: Set emacs-lisp-docstring-fill-column.

This commit is contained in:
Sean Whitton 2022-06-15 14:42:40 -07:00
parent 82694cdb20
commit 556c304007

View file

@ -4,6 +4,7 @@
((nil . ((tab-width . 8)
(sentence-end-double-space . t)
(fill-column . 70)
(emacs-lisp-docstring-fill-column . 65)
(bug-reference-url-format . "https://debbugs.gnu.org/%s")))
(c-mode . ((c-file-style . "GNU")
(c-noise-macro-names . ("INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" "UNINIT" "CALLBACK" "ALIGN_STACK"))