emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat 65d70b305a 1/3: Extend byte-compile-docstring-ma


From: ELPA Syncer
Subject: [elpa] externals/compat 65d70b305a 1/3: Extend byte-compile-docstring-max-column to 100
Date: Wed, 10 Aug 2022 09:57:24 -0400 (EDT)

branch: externals/compat
commit 65d70b305a36bdef38a0a07c56f7f54f2667bb6d
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]