modeline: even spacing for *vcs segment
This commit is contained in:
parent
c34e59b789
commit
799ea3054d
1 changed files with 2 additions and 1 deletions
|
@ -269,7 +269,8 @@ directory, the file name, and its state (modified, read-only or non-existent)."
|
|||
" "
|
||||
(propertize (substring vc-mode (+ (if (eq backend 'Hg) 2 3) 2))
|
||||
'face (if active face))
|
||||
" "))))
|
||||
" "
|
||||
(propertize " " 'face 'variable-pitch)))))
|
||||
|
||||
(defvar-local doom--flycheck-err-cache nil "")
|
||||
(defvar-local doom--flycheck-cache nil "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue