summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-10-09 17:03:18 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-10-09 17:03:18 +0200
commit2b966a9a22be956c692e7183933254c13b24ebc1 (patch)
treeea4b7f9c39bac65b6a5ff9441f303cda92bfa5df /.emacs
parentf38c597b4507f2293fdb0a5dbc57843e21b6425f (diff)
downloaddotfiles-2b966a9a22be956c692e7183933254c13b24ebc1.tar.gz
dotfiles-2b966a9a22be956c692e7183933254c13b24ebc1.tar.bz2
dotfiles-2b966a9a22be956c692e7183933254c13b24ebc1.zip
Move the 'add emacs.d as load dir' to the beginning.
Diffstat (limited to '.emacs')
-rw-r--r--.emacs4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs b/.emacs
index 2223e08..9471970 100644
--- a/.emacs
+++ b/.emacs
@@ -1,9 +1,9 @@
+(add-to-list 'load-path "~/.emacs.d")
+
(require 'color-theme)
(color-theme-initialize)
(color-theme-charcoal-black)
-(add-to-list 'load-path "~/.emacs.d")
-
(custom-set-variables
;; custom-set-variables was added by Custom.