mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
modeline: even spacing for *vcs segment
This commit is contained in:
@ -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 "")
|
||||
|
Reference in New Issue
Block a user