EMACS: Paths

Of course paths need to be defined in ~/.emacs, otherwise the
compilation function might not be aware of them.
This commit is contained in:
Tom Willemsen 2011-04-18 10:30:35 +02:00
parent 993da8846a
commit 1307626309
3 changed files with 4 additions and 4 deletions

4
emacs
View file

@ -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/"))

View file

@ -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")

View file

@ -1,4 +1,3 @@
(add-to-list 'load-path "~/.emacs.d/elisp/git-commit-mode")
(require 'git-commit)
(add-hook 'git-commit-mode-hook