[Misc] Explicitly set mode-line-format

This is done before loading customizations, so that they can be used to
overwrite the default.
This commit is contained in:
Daniel - 2019-04-14 14:06:25 +02:00
parent 9892d838a0
commit ac0894e500
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 18 additions and 0 deletions

18
init.el
View File

@ -1663,6 +1663,24 @@ search commands like `db/helm-shortcuts."
;; * Appearance
(setq mode-line-format '((ace-window-display-mode
(:eval
(window-parameter
(selected-window)
'ace-window-path)))
"%e"
mode-line-front-space
mode-line-position
mode-line-mule-info
mode-line-client
mode-line-modified
mode-line-remote
mode-line-buffer-identification
mode-line-modes
(vc-mode vc-mode)
mode-line-misc-info
mode-line-end-spaces))
(use-package solarized-theme
:defer t
:init (setq solarized-use-less-bold t