From 749b9d78a71c06d2551280634505437e78533fb0 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 19 May 2010 13:23:38 -0700 Subject: [PATCH] add ~/config/emacs.d to load-path --- emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs b/emacs index b104575..a05236e 100644 --- a/emacs +++ b/emacs @@ -17,6 +17,7 @@ (if (file-readable-p file) (add-to-list 'load-path file))) +(add-to-load-path "~/config/emacs.d") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; global config