From 1307626309deead2bd4a4a6fa0d1c4c60e707e39 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 18 Apr 2011 10:30:35 +0200 Subject: EMACS: Paths Of course paths need to be defined in ~/.emacs, otherwise the compilation function might not be aware of them. --- emacs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs') 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/")) -- cgit v1.2.3-54-g00ecf