summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
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.