* .dir-locals.el: Set emacs-lisp-docstring-fill-column.
This commit is contained in:
parent
82694cdb20
commit
556c304007
1 changed files with 1 additions and 0 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue