about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-22 16:41:42 -0500
committerCase Duckworth2021-05-22 16:41:42 -0500
commita1a9f77c248e68913d0d00195177cef82bea1c43 (patch)
tree30328b135e887b3272e2e27768f93dd9dcc0f01e /init.el
parentConfigure ERC (diff)
downloademacs-a1a9f77c248e68913d0d00195177cef82bea1c43.tar.gz
emacs-a1a9f77c248e68913d0d00195177cef82bea1c43.zip
Change winum position in mode-line
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index c2fd0b4..b68c1a2 100644 --- a/init.el +++ b/init.el
@@ -1131,7 +1131,8 @@ if ripgrep is installed, otherwise `consult-grep'."
1131(setup (:straight winum) 1131(setup (:straight winum)
1132 (:option winum-scope 'frame-local 1132 (:option winum-scope 'frame-local
1133 winum-auto-setup-mode-line nil 1133 winum-auto-setup-mode-line nil
1134 winum-ignored-buffers '(" *which-key*")) 1134 winum-ignored-buffers '(" *which-key*")
1135 winum-format " %s")
1135 1136
1136 (when-unfocused winum-map-keys 1137 (when-unfocused winum-map-keys
1137 (defvar winum--keys-mapped nil 1138 (defvar winum--keys-mapped nil