Attempt to tidy Emacs mode line
Removing the major-modes and VCS information from my mode line, since I don't use this much and I think my mode line is noisy enough as is.
This commit is contained in:
parent
cb39efd0ac
commit
d85df45bab
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@
|
||||||
(diminish 'counsel-mode)
|
(diminish 'counsel-mode)
|
||||||
(diminish 'ivy-mode))
|
(diminish 'ivy-mode))
|
||||||
|
|
||||||
|
;; TODO: Further customize `mode-line-format' variable.
|
||||||
|
(delete 'mode-line-modes mode-line-format)
|
||||||
|
(delete '(vc-mode vc-mode) mode-line-format)
|
||||||
|
|
||||||
;; disable startup screen
|
;; disable startup screen
|
||||||
(setq inhibit-startup-screen t)
|
(setq inhibit-startup-screen t)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue