Add provide's to module config.el files + fix module header comments

This commit is contained in:
Henrik Lissner 2017-02-06 00:25:54 -05:00
parent f99468a135
commit bc402868a6
17 changed files with 20 additions and 5 deletions

View file

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

View file

@ -1,4 +1,5 @@
;;; ui/doom/config.el
(provide '+doom)
(defvar +doom-theme 'doom-one
"The color theme currently in use.")