Change winum position in mode-line

This commit is contained in:
Case Duckworth 2021-05-22 16:41:42 -05:00
parent 466fa4e93e
commit a1a9f77c24
1 changed files with 2 additions and 1 deletions

View File

@ -1131,7 +1131,8 @@ if ripgrep is installed, otherwise `consult-grep'."
(setup (:straight winum)
(:option winum-scope 'frame-local
winum-auto-setup-mode-line nil
winum-ignored-buffers '(" *which-key*"))
winum-ignored-buffers '(" *which-key*")
winum-format " %s")
(when-unfocused winum-map-keys
(defvar winum--keys-mapped nil