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

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

[nongnu] elpa/moe-theme ee9cb74307 316/352: Add .dir-locals.el to disabl


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme ee9cb74307 316/352: Add .dir-locals.el to disable aggressive-indent-mode in this repo
Date: Fri, 7 Jan 2022 04:00:00 -0500 (EST)

branch: elpa/moe-theme
commit ee9cb743076a40eddfa0d94b4b7fd0c9df2e3612
Author: onohiroko <azazabc123@gmail.com>
Commit: onohiroko <azazabc123@gmail.com>

    Add .dir-locals.el to disable aggressive-indent-mode in this repo
---
 .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..fc816c94ac
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,6 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((emacs-lisp-mode
+  (eval . (progn
+            (aggressive-indent-mode -1)))))



reply via email to

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