summaryrefslogtreecommitdiffstats
path: root/compile-emacs.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-07-27 23:47:42 +0200
committerGravatar Tom Willemsen2011-07-27 23:47:42 +0200
commit2969e688d4e8cc3e8fb3faea11068109877c8d76 (patch)
tree3b29d7435f0bd0581f1b28c23433c33b535fc208 /compile-emacs.el
parenta9c05ddb3df165d2e56a81ebfc2e1f8ef21bf3d4 (diff)
downloaddotfiles-2969e688d4e8cc3e8fb3faea11068109877c8d76.tar.gz
dotfiles-2969e688d4e8cc3e8fb3faea11068109877c8d76.zip
EMACS: moved emacs.el to emacs.d/init.el
Diffstat (limited to 'compile-emacs.el')
-rw-r--r--compile-emacs.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/compile-emacs.el b/compile-emacs.el
deleted file mode 100644
index 239b8b4..0000000
--- a/compile-emacs.el
+++ /dev/null
@@ -1,6 +0,0 @@
-(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")