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

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

[elpa] externals/nano-theme fbb7560dbd 1/2: Add a .dir-locals.el file


From: ELPA Syncer
Subject: [elpa] externals/nano-theme fbb7560dbd 1/2: Add a .dir-locals.el file
Date: Mon, 10 Oct 2022 05:57:53 -0400 (EDT)

branch: externals/nano-theme
commit fbb7560dbd01975afde65f072ca58d527d1a405f
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Add a .dir-locals.el file
---
 .dir-locals.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..a594ed3d50
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,6 @@
+;;; Directory Local Variables         -*- no-byte-compile: t; -*-
+;;; For more information see (info "(emacs) Directory Variables")
+
+((emacs-lisp-mode
+  (show-trailing-whitespace . t)
+  (indent-tabs-mode . nil)))



reply via email to

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