all repos — nixfiles @ 6f205ccb2401dca2f3380d6c8eb8d8b740649454

System and user configuration, managed by nix and home-manager

Emacs: increase max length of VCS info in modeline

Alan Pearce
commit

6f205ccb2401dca2f3380d6c8eb8d8b740649454

parent

2ddaaa3dca041128472b6865a3079c63436a3c64

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M user/emacs/.emacs.d/init.eluser/emacs/.emacs.d/init.el
@@ -82,6 +82,7 @@ :config (progn
(setq doom-modeline-buffer-file-name-style 'relative-from-project doom-modeline-buffer-icon nil doom-modeline-buffer-modification-icon nil + doom-modeline-vcs-max-length 24 doom-modeline-env-version nil) (let ((foreground (face-attribute 'font-lock-comment-face :foreground))) (set-face-attribute 'doom-modeline-buffer-modified nil :foreground foreground))))