branch: elpa/monokai-theme
commit e6fbca29d291f9fad91f257b6dc592f48a07feaa
Author: Simon Manning <[email protected]>
Commit: Simon Manning <[email protected]>
Disable aggressive-indent (file is too large).
---
monokai-theme.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/monokai-theme.el b/monokai-theme.el
index 072cad3..361bb48 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -5381,6 +5381,7 @@ Also affects 'linum-mode' background."
;; Local Variables:
;; no-byte-compile: t
;; eval: (when (fboundp 'rainbow-mode) (rainbow-mode 1))
+;; eval: (when (fboundp 'aggressive-indent-mode) (aggressive-indent-mode -1))
;; fill-column: 95
;; End: