Remove mode-icons from the load-path

I use a package for it now.
This commit is contained in:
Tom Willemse 2013-04-15 00:12:34 +02:00
parent 4e184a5d51
commit d0de62ba20

View file

@ -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)