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

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

[nongnu] elpa/moe-theme b23975ba57 348/352: Turn off aggressive-indent-m


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme b23975ba57 348/352: Turn off aggressive-indent-mode only if it's actually on. (#115)
Date: Fri, 7 Jan 2022 04:00:04 -0500 (EST)

branch: elpa/moe-theme
commit b23975ba57a68f69551424552f484227db8a7b97
Author: Vedang Manerikar <ved.manerikar@gmail.com>
Commit: GitHub <noreply@github.com>

    Turn off aggressive-indent-mode only if it's actually on. (#115)
---
 .dir-locals.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index fc816c94ac..6d97054d75 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -3,4 +3,5 @@
 
 ((emacs-lisp-mode
   (eval . (progn
-            (aggressive-indent-mode -1)))))
+            (when (fboundp 'aggressive-indent-mode)
+              (aggressive-indent-mode -1))))))



reply via email to

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