defconst => defvar (so it can be overriden in emacs.local.d)

This commit is contained in:
Henrik Lissner 2016-10-07 22:21:40 +02:00
parent ac858ef491
commit 9e326f1ab8

View file

@ -33,10 +33,10 @@
;; Variables ;; Variables
;; ;;
(defconst doom-modeline-height 29 (defvar doom-modeline-height 29
"How tall the mode-line should be (only respected in GUI emacs).") "How tall the mode-line should be (only respected in GUI emacs).")
(defconst doom-modeline-bar-width 3 (defvar doom-modeline-bar-width 3
"How wide the mode-line bar should be (only respected in GUI emacs).") "How wide the mode-line bar should be (only respected in GUI emacs).")