branch: elpa/moe-theme
commit 308c42f4d34a8ef73a024dbec535f6457ac0e1e4
Author: Sebastian Wiesner <[email protected]>
Commit: Sebastian Wiesner <[email protected]>
[Fix #4] Remove faulty local variables
Remove faulty local variables from the theme file.
Remove `no-update-autoloads` because it prevents Emacs from evaluating the
autoload cookies in this file, so that it ultimately fails to add itself to
`custom-theme-load-path` and thus cannot be used. See #4.
Also remove `no-byte-compile` and `version-control` because these are
really superfluous.
---
moe-theme.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/moe-theme.el b/moe-theme.el
index 0257ba537a..045ef92261 100644
--- a/moe-theme.el
+++ b/moe-theme.el
@@ -65,9 +65,6 @@
(file-name-as-directory (file-name-directory load-file-name))))
;; Local Variables:
-;; version-control: never
-;; no-byte-compile: t
-;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; moe-theme.el ends here