mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
defconst => defvar (so it can be overriden in emacs.local.d)
This commit is contained in:
@ -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).")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user