Fix the incorrect featurp of themes

This commit is contained in:
Sameer Rahmani 2024-04-10 23:02:16 +01:00
parent b29e53b877
commit dc949d26c4
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
1 changed files with 1 additions and 1 deletions

View File

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