summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-04 19:58:30 -0500
committerCase Duckworth2021-05-04 19:58:30 -0500
commitb18d64c2ff68778e817981921c2e885526b6d8f8 (patch)
tree2047613db0fca91404b4338dcb1a1c725b59797b /init.el
parentDon't start idle-require-mode (diff)
downloademacs-b18d64c2ff68778e817981921c2e885526b6d8f8.tar.gz
emacs-b18d64c2ff68778e817981921c2e885526b6d8f8.zip
Change which-key setup
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
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)