Add the external yoshi-theme path to theme path
This commit is contained in:
parent
614fcffbb7
commit
757a5fab18
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@
|
|||
(let ((loaddefs (concat directory "/loaddefs.el")))
|
||||
(when (file-exists-p loaddefs)
|
||||
(load loaddefs))))
|
||||
'("~/var/src/emacs/dispass.el" "~/var/src/emacs/mode-icons")))
|
||||
'("~/var/src/emacs/dispass.el" "~/var/src/emacs/mode-icons"))
|
||||
(mapc #'(lambda (dir)
|
||||
(add-to-list 'custom-theme-load-path dir))
|
||||
'("~/var/src/emacs/yoshi-theme")))
|
||||
|
||||
(require 'geiser-install)
|
||||
(require 'iso-transl)
|
||||
|
|
Loading…
Reference in a new issue