summaryrefslogtreecommitdiffstats
path: root/emacs
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
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')
-rw-r--r--emacs4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs b/emacs
index 0d4c1ab..1a24abf 100644
--- a/emacs
+++ b/emacs
@@ -1,4 +1,8 @@
;; -*- mode: Emacs-Lisp; -*-
+(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")
(setq d-dir "~/.emacs.d/")
(setq elisp-dir (concat d-dir "elisp/"))