From 2bcfe2d14363c3512c09db4c5485b2ac53e9c909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Hangh=C3=B8j=20Iversen?= Date: Thu, 23 May 2019 20:16:30 +0200 Subject: [PATCH] Fix typo --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index 2fe36d9..b18ca8f 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -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)