Remove mode-icons from the load-path
I use a package for it now.
This commit is contained in:
parent
4e184a5d51
commit
d0de62ba20
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue