diff options
author | Alan Pearce | 2019-12-04 16:59:30 +0100 |
---|---|---|
committer | Alan Pearce | 2019-12-04 16:59:30 +0100 |
commit | 6f205ccb2401dca2f3380d6c8eb8d8b740649454 (patch) | |
tree | e2303ae0d741114ee5e5fe0230cc0bd1b599c6a8 | |
parent | 2ddaaa3dca041128472b6865a3079c63436a3c64 (diff) | |
download | nixfiles-6f205ccb2401dca2f3380d6c8eb8d8b740649454.tar.lz nixfiles-6f205ccb2401dca2f3380d6c8eb8d8b740649454.tar.zst nixfiles-6f205ccb2401dca2f3380d6c8eb8d8b740649454.zip |
Emacs: increase max length of VCS info in modeline
-rw-r--r-- | user/emacs/.emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/emacs/.emacs.d/init.el b/user/emacs/.emacs.d/init.el index 202a9b29..e6051c5a 100644 --- a/user/emacs/.emacs.d/init.el +++ b/user/emacs/.emacs.d/init.el @@ -82,6 +82,7 @@ (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)))) |