defconst => defvar (so it can be overriden in emacs.local.d)
This commit is contained in:
parent
ac858ef491
commit
9e326f1ab8
1 changed files with 2 additions and 2 deletions
|
@ -33,10 +33,10 @@
|
|||
;; Variables
|
||||
;;
|
||||
|
||||
(defconst doom-modeline-height 29
|
||||
(defvar doom-modeline-height 29
|
||||
"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).")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue