Merge pull request #849 from RadicalZephyr/optional-theme
Make it possible to stop prelude loading any theme at all
This commit is contained in:
commit
600c53ff7b
2 changed files with 9 additions and 1 deletions
core
|
@ -68,7 +68,8 @@
|
|||
"%b"))))
|
||||
|
||||
;; use zenburn as the default theme
|
||||
(load-theme prelude-theme t)
|
||||
(when prelude-theme
|
||||
(load-theme prelude-theme t))
|
||||
|
||||
(provide 'prelude-ui)
|
||||
;;; prelude-ui.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue