mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Adjust bar width.
This commit is contained in:
parent
8fc06950ce
commit
b5266e7093
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
25))
|
||||
"How tall the mode-line should be (only respected in GUI Emacs).")
|
||||
|
||||
(defvar doom-modeline-bar-width 3
|
||||
(defvar doom-modeline-bar-width (if (eq system-type 'darwin) 3 6)
|
||||
"How wide the mode-line bar should be (only respected in GUI Emacs).")
|
||||
|
||||
(defvar doom-modeline-buffer-file-name-style 'truncate-upto-project
|
||||
|
|
Loading…
Reference in a new issue