We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d57c9 commit 357a54aCopy full SHA for 357a54a
doom-monokai-pro-spectrum-theme.el
@@ -27,7 +27,7 @@
27
:type '(choice integer boolean))
28
29
;;
30
-(def-doom-theme monokai-pro-spectrum
+(def-doom-theme doom-monokai-pro-spectrum
31
"Monokai Pro's Spectrum flavor by Wimer Hazenberg"
32
33
;; name default 256 16
@@ -165,7 +165,8 @@
165
;; --- extra variables ---------------------
166
()
167
)
168
-(provide-theme 'doom-monokai-pro-spectrum)
169
170
-(provide 'doom-monokai-pro-spectrum-theme)
+;;;###autoload
+(add-to-list 'custom-theme-load-path (file-name-directory load-file-name))
171
+
172
;;; doom-monokai-pro-spectrum-theme.el ends here
0 commit comments