Add git branch to emacs modeline

This commit is contained in:
Alexander Bantyev 2020-12-18 20:57:31 +03:00
parent a76e1a5ff3
commit fcdbe48c53
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -74,6 +74,9 @@
(tool-bar-mode -1)
(cua-selection-mode 1)
(setq auto-revert-check-vc-info t)
(vc-mode-line t)
(when (not window-system)
(xterm-mouse-mode 1))