summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-04-15 00:12:34 +0200
committerGravatar Tom Willemse2013-04-15 00:12:34 +0200
commitd0de62ba20f5d3c39db36422dc85883e70c9a22d (patch)
tree2626ea881abdddcc87996e67cb917a39556faaf0
parent4e184a5d51b5e4a1180e550118efffa82d1e9bb7 (diff)
downloaddotfiles-d0de62ba20f5d3c39db36422dc85883e70c9a22d.tar.gz
dotfiles-d0de62ba20f5d3c39db36422dc85883e70c9a22d.zip
Remove mode-icons from the load-path
I use a package for it now.
-rw-r--r--emacs/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index f87f1dd..55305a3 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -25,8 +25,8 @@ package.el is loaded anyway."
(let ((loaddefs (concat dir "/loaddefs.el")))
(when (file-exists-p loaddefs)
(load loaddefs))))
- '("~/projects/emacs/mode-icons" "~/.emacs.d/site-lisp"
- "~/projects/emacs/pony-mode/src" "~/projects/emacs/php-mode"))
+ '("~/.emacs.d/site-lisp" "~/projects/emacs/pony-mode/src"
+ "~/projects/emacs/php-mode"))
;;; I have never, yet, accidentally said `y' or `n' when asked.
(defalias 'yes-or-no-p 'y-or-n-p)