branch: elpa/monokai-theme
commit 3534b5d3d48caaad8cf01c4ee9bdee225f389ecf
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
Remove intrusive automatic evals
---
monokai-theme.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/monokai-theme.el b/monokai-theme.el
index a5fe156..1febebc 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -5741,8 +5741,6 @@ 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: