Update mode-line format
The previous setting had been overwritten by smart-mode-line anyway, so let's adapt it to the actual value.
This commit is contained in:
parent
598be98640
commit
aaad0c7745
17
init.el
17
init.el
@ -2115,21 +2115,24 @@ Note that this workaround is incomplete, as explained in this comment."
|
|||||||
cursor-in-non-selected-windows nil
|
cursor-in-non-selected-windows nil
|
||||||
font-lock-maximum-decoration '((t . t)))
|
font-lock-maximum-decoration '((t . t)))
|
||||||
|
|
||||||
(setq mode-line-format '((ace-window-display-mode
|
(setopt mode-line-format '((ace-window-display-mode
|
||||||
(:eval
|
(:eval (window-parameter (selected-window) 'ace-window-path)))
|
||||||
(window-parameter
|
|
||||||
(selected-window)
|
|
||||||
'ace-window-path)))
|
|
||||||
"%e"
|
"%e"
|
||||||
mode-line-front-space
|
mode-line-front-space
|
||||||
mode-line-position
|
(""
|
||||||
mode-line-mule-info
|
mode-line-mule-info
|
||||||
mode-line-client
|
mode-line-client
|
||||||
mode-line-modified
|
mode-line-modified
|
||||||
mode-line-remote
|
mode-line-remote
|
||||||
|
mode-line-window-dedicated)
|
||||||
|
mode-line-frame-identification
|
||||||
mode-line-buffer-identification
|
mode-line-buffer-identification
|
||||||
mode-line-modes
|
" "
|
||||||
|
mode-line-position
|
||||||
|
(project-mode-line project-mode-line-format)
|
||||||
(vc-mode vc-mode)
|
(vc-mode vc-mode)
|
||||||
|
" "
|
||||||
|
mode-line-modes
|
||||||
mode-line-misc-info
|
mode-line-misc-info
|
||||||
mode-line-end-spaces))
|
mode-line-end-spaces))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user