This commit is contained in:
Frederik Hanghøj Iversen 2019-05-23 20:16:30 +02:00
parent c499b7d492
commit 2bcfe2d143
1 changed files with 1 additions and 1 deletions

View File

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