branch: externals/compat
commit 65d70b305a36bdef38a0a07c56f7f54f2667bb6d
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Extend byte-compile-docstring-max-column to 100
This addresses https://todo.sr.ht/~pkal/compat/6.
To have to change also affect ELPA packages, we will remove
.dir-locals.el from .elpaignore.
---
.dir-locals.el | 6 ++++--
.elpaignore | 1 -
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index 2ce32d64ca..900dee5f90 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,5 +1,7 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
-((emacs-lisp-mode . ((show-trailing-whitespace . t)
- (indent-tabs-mode . nil))))
+((emacs-lisp-mode
+ (byte-compile-docstring-max-column . 100)
+ (show-trailing-whitespace . t)
+ (indent-tabs-mode . nil)))
diff --git a/.elpaignore b/.elpaignore
index 2fe0af53a7..f7d22f93fc 100644
--- a/.elpaignore
+++ b/.elpaignore
@@ -1,6 +1,5 @@
compat-tests.el
Makefile
-.dir-locals.el
.github
.elpaignore
COPYING