mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-04 17:01:39 -05:00
Change the default value of doom-modeline-window-width-limit.
This commit is contained in:
parent
25b79dff8f
commit
41015d72e7
2 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@ Run `M-x customize-group RET doom-modeline RET` or set the variables.
|
|||
|
||||
;; The limit of the window width.
|
||||
;; If `window-width' is smaller than the limit, some information won't be displayed.
|
||||
(setq doom-modeline-window-width-limit (+ fill-column 20))
|
||||
(setq doom-modeline-window-width-limit fill-column
|
||||
|
||||
;; How to detect the project root.
|
||||
;; The default priority of detection is `ffip' > `projectile' > `project'.
|
||||
|
|
|
@ -147,7 +147,7 @@ If the actual char height is larger, it respects the actual char height."
|
|||
(set sym (if (> val 0) val 1)))
|
||||
:group 'doom-modeline)
|
||||
|
||||
(defcustom doom-modeline-window-width-limit (+ fill-column 20)
|
||||
(defcustom doom-modeline-window-width-limit fill-column
|
||||
"The limit of the window width.
|
||||
|
||||
If `window-width' is smaller than the limit, some information won't be displayed."
|
||||
|
|
Loading…
Add table
Reference in a new issue