branch: elpa/monokai-theme
commit d58fd4e42227a9c578940a0e1df58e4641936df0
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
Remove manipulation of safe-local-eval-forms variable.
---
monokai-theme.el | 4 ----
1 file changed, 4 deletions(-)
diff --git a/monokai-theme.el b/monokai-theme.el
index 4516f92..1db71da 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2120,9 +2120,5 @@ This requires library `rainbow-mode'.")
(file-name-as-directory
(file-name-directory load-file-name))))
-;;;###autoload
-(add-to-list 'safe-local-eval-forms
- '(when (require 'rainbow-mode nil t) (rainbow-mode 1)))
-
(provide-theme 'monokai)
;;; monokai-theme.el ends here