From dc949d26c47a65aff48ea43ab841005fb43a494e Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Wed, 10 Apr 2024 23:02:16 +0100 Subject: [PATCH] Fix the incorrect featurp of themes --- lisp/fg42.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/fg42.el b/lisp/fg42.el index 14ee6bf..2edec42 100644 --- a/lisp/fg42.el +++ b/lisp/fg42.el @@ -74,7 +74,7 @@ (load user-init-file)) ;; If user didn't select a theme, load the default stuff - (when (featurep 'fg42/themes) + (when (not (featurep 'fg42/themes)) (require 'fg42/themes)) (fg42/setup-editor)