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:
parent
993da8846a
commit
1307626309
3 changed files with 4 additions and 4 deletions
4
emacs
4
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/"))
|
||||
|
|
|
@ -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")
|
|
@ -1,4 +1,3 @@
|
|||
(add-to-list 'load-path "~/.emacs.d/elisp/git-commit-mode")
|
||||
(require 'git-commit)
|
||||
|
||||
(add-hook 'git-commit-mode-hook
|
||||
|
|
Loading…
Reference in a new issue