summaryrefslogtreecommitdiffstats
path: root/emacs.d/00-paths.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-04-18 10:30:35 +0200
committerGravatar Tom Willemsen2011-04-18 10:31:26 +0200
commit1307626309deead2bd4a4a6fa0d1c4c60e707e39 (patch)
treeb99001a97835c57d9cd1024b431f7e21cf62f95d /emacs.d/00-paths.el
parent993da8846a8f67e61472760a1841a91072f37b9f (diff)
downloaddotfiles-1307626309deead2bd4a4a6fa0d1c4c60e707e39.tar.gz
dotfiles-1307626309deead2bd4a4a6fa0d1c4c60e707e39.zip
EMACS: Paths
Of course paths need to be defined in ~/.emacs, otherwise the compilation function might not be aware of them.
Diffstat (limited to 'emacs.d/00-paths.el')
-rw-r--r--emacs.d/00-paths.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs.d/00-paths.el b/emacs.d/00-paths.el
deleted file mode 100644
index c9853c2..0000000
--- a/emacs.d/00-paths.el
+++ /dev/null
@@ -1,3 +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")