branch: elpa/moe-theme
commit ee9cb743076a40eddfa0d94b4b7fd0c9df2e3612
Author: onohiroko <[email protected]>
Commit: onohiroko <[email protected]>
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)))))