mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-28 16:51:08 -05:00
Add provide's to module config.el files + fix module header comments
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
;;; ui/doom-modeline/config.el
|
||||
(provide '+doom-modeline)
|
||||
|
||||
;; all-the-icons doesn't work in the terminal, so we "disable" it.
|
||||
(unless (display-graphic-p)
|
||||
|
@@ -1,4 +1,5 @@
|
||||
;;; ui/doom/config.el
|
||||
(provide '+doom)
|
||||
|
||||
(defvar +doom-theme 'doom-one
|
||||
"The color theme currently in use.")
|
||||
|
Reference in New Issue
Block a user