Skip to content

Commit 357a54a

Browse files
author
Artemios
authored
Make the theme load properly
1 parent 75d57c9 commit 357a54a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doom-monokai-pro-spectrum-theme.el

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
:type '(choice integer boolean))
2828

2929
;;
30-
(def-doom-theme monokai-pro-spectrum
30+
(def-doom-theme doom-monokai-pro-spectrum
3131
"Monokai Pro's Spectrum flavor by Wimer Hazenberg"
3232

3333
;; name default 256 16
@@ -165,7 +165,8 @@
165165
;; --- extra variables ---------------------
166166
()
167167
)
168-
(provide-theme 'doom-monokai-pro-spectrum)
169168

170-
(provide 'doom-monokai-pro-spectrum-theme)
169+
;;;###autoload
170+
(add-to-list 'custom-theme-load-path (file-name-directory load-file-name))
171+
171172
;;; doom-monokai-pro-spectrum-theme.el ends here

0 commit comments

Comments
 (0)