summaryrefslogtreecommitdiffstats
path: root/compile-emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'compile-emacs.el')
-rw-r--r--compile-emacs.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/compile-emacs.el b/compile-emacs.el
new file mode 100644
index 0000000..239b8b4
--- /dev/null
+++ b/compile-emacs.el
@@ -0,0 +1,6 @@
+(add-to-list 'load-path "~/.emacs.d/elisp")
+(add-to-list 'load-path "~/.emacs.d/naquadah-theme")
+(add-to-list 'load-path "~/.emacs.d/elisp/markdown-mode")
+(add-to-list 'load-path "~/.emacs.d/elisp/git-commit-mode")
+
+(byte-compile-file "emacs.el")