]> git.eshelyaron.com Git - emacs.git/commitdiff
* .dir-locals.el: Set emacs-lisp-docstring-fill-column.
authorSean Whitton <spwhitton@spwhitton.name>
Wed, 15 Jun 2022 21:42:40 +0000 (14:42 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Wed, 15 Jun 2022 21:42:55 +0000 (14:42 -0700)
.dir-locals.el

index b313945936c04d268105356903b5c44b90d6e8cf..7812beb001c8d0d09ccc691916fcdc578e2f3c19 100644 (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"))