From d0de62ba20f5d3c39db36422dc85883e70c9a22d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 15 Apr 2013 00:12:34 +0200 Subject: [PATCH] Remove mode-icons from the load-path I use a package for it now. --- emacs/init.el | 4 ++-- 1 file 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)