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

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

[elpa] externals/compat 471db8c547 2/2: Enable show-trailing-whitespace


From: ELPA Syncer
Subject: [elpa] externals/compat 471db8c547 2/2: Enable show-trailing-whitespace for all files
Date: Thu, 21 Apr 2022 13:57:22 -0400 (EDT)

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

    Enable show-trailing-whitespace for all files
---
 .dir-locals.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 1f7c4b7901..2ce32d64ca 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,4 +1,5 @@
 ;;; Directory Local Variables
 ;;; For more information see (info "(emacs) Directory Variables")
 
-((emacs-lisp-mode . ((indent-tabs-mode . nil))))
+((emacs-lisp-mode . ((show-trailing-whitespace . t)
+                    (indent-tabs-mode . nil))))



reply via email to

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