You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
231 B

  1. (use-package which-key
  2. :ensure t
  3. :diminish which-key-mode
  4. :config
  5. (which-key-mode)
  6. (which-key-setup-side-window-right-bottom)
  7. (which-key-setup-minibuffer)
  8. (setq which-key-idle-delay 0.5))
  9. (provide 'plugin-which-key)