diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 17efe5c..fdb28c5 100644 --- a/init.el +++ b/init.el | |||
@@ -1009,7 +1009,7 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
1009 | ;; Otherwise, wait | 1009 | ;; Otherwise, wait |
1010 | (t which-key-idle-delay))) | 1010 | (t which-key-idle-delay))) |
1011 | 1011 | ||
1012 | (which-key-setup-minibuffer) | 1012 | (which-key-setup-side-window-right-bottom) |
1013 | (which-key-mode +1)) | 1013 | (which-key-mode +1)) |
1014 | 1014 | ||
1015 | (setup (:straight winum) | 1015 | (setup (:straight winum) |