summaryrefslogtreecommitdiffstats
path: root/emacs.d
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
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')
-rw-r--r--emacs.d/00-paths.el3
-rw-r--r--emacs.d/20-git-commit.el1
2 files changed, 0 insertions, 4 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")
diff --git a/emacs.d/20-git-commit.el b/emacs.d/20-git-commit.el
index 4568af0..2b717e8 100644
--- a/emacs.d/20-git-commit.el
+++ b/emacs.d/20-git-commit.el
@@ -1,4 +1,3 @@
-(add-to-list 'load-path "~/.emacs.d/elisp/git-commit-mode")
(require 'git-commit)
(add-hook 'git-commit-mode-hook