branch: elpa/moe-theme
commit 60261e7880c77fe8f00c0789d379d25a60b0bf66
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
No load when installing from package.el, but I don't sure this works...
---
moe-theme.el | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/moe-theme.el b/moe-theme.el
index 7b4a4b9a5c..0257ba537a 100644
--- a/moe-theme.el
+++ b/moe-theme.el
@@ -3,7 +3,7 @@
;; This program is not part of GNU Emacs.
;; But it is distributed under GPL v3 :-)
;;
-;; This file is established for packaging. If you want to install manually,
check README.md instead of this!
+;; This file is established for packaging. If you want to install manually,
check README.md!
;;
;; Author: kuanyui <[email protected]>
;; Keywords: themes
@@ -63,3 +63,11 @@
(when load-file-name
(add-to-list 'custom-theme-load-path
(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