Remove unnecessary variable setting
This commit is contained in:
parent
6591dcb5a2
commit
c151d9fc70
3
init.el
3
init.el
@ -2175,8 +2175,7 @@ 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)))
|
||||||
|
|
||||||
(setopt mode-line-percent-position nil
|
(setopt mode-line-format '((ace-window-display-mode
|
||||||
mode-line-format '((ace-window-display-mode
|
|
||||||
(:eval (window-parameter (selected-window) 'ace-window-path)))
|
(:eval (window-parameter (selected-window) 'ace-window-path)))
|
||||||
"%e"
|
"%e"
|
||||||
mode-line-front-space
|
mode-line-front-space
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user