From 9e326f1ab88b7b89ea8f5841a070831757980dfa Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 7 Oct 2016 22:21:40 +0200 Subject: [PATCH] defconst => defvar (so it can be overriden in emacs.local.d) --- core/core-modeline.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-modeline.el b/core/core-modeline.el index 63b16c140..ab4f3680d 100644 --- a/core/core-modeline.el +++ b/core/core-modeline.el @@ -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).")