From 2b966a9a22be956c692e7183933254c13b24ebc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 9 Oct 2009 17:03:18 +0200 Subject: Move the 'add emacs.d as load dir' to the beginning. --- .emacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs') 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. -- cgit v1.2.3