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

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

[elpa] externals/openpgp 665fd5e05d 26/30: Add a .dir-locals.el file


From: ELPA Syncer
Subject: [elpa] externals/openpgp 665fd5e05d 26/30: Add a .dir-locals.el file
Date: Sun, 26 Mar 2023 10:59:29 -0400 (EDT)

branch: externals/openpgp
commit 665fd5e05d058468e2120f95688da7dffc56311a
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

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

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..1f6b80f97c
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,8 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((emacs-lisp-mode
+  (indent-tabs-mode . nil)
+  (show-trailing-whitespace . t)
+  (sentence-end-double-space . t)
+  (byte-compile-error-on-warn . t)))



reply via email to

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