Fix typo
This commit is contained in:
parent
c499b7d492
commit
2bcfe2d143
|
@ -149,7 +149,7 @@
|
|||
|
||||
(defun load-additional-themes ()
|
||||
"Load additional themes."
|
||||
(add-to-list 'custom-theme-load-path (concat extra-libs-root "inhertitance-theme/"))
|
||||
(add-to-list 'custom-theme-load-path (concat extra-libs-root "inheritance-theme/"))
|
||||
(load-theme 'inheritance))
|
||||
|
||||
(load-additional-themes)
|
||||
|
|
Loading…
Reference in a new issue