diff options
-rw-r--r-- | init.el | 3 |
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 |