diff options
author | Case Duckworth | 2021-05-04 19:58:30 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-04 19:58:30 -0500 |
commit | b18d64c2ff68778e817981921c2e885526b6d8f8 (patch) | |
tree | 2047613db0fca91404b4338dcb1a1c725b59797b | |
parent | Don't start idle-require-mode (diff) | |
download | emacs-b18d64c2ff68778e817981921c2e885526b6d8f8.tar.gz emacs-b18d64c2ff68778e817981921c2e885526b6d8f8.zip |
Change which-key setup
-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) |