change some whichkey settings

This commit is contained in:
2023-06-02 13:16:01 +02:00
parent 4dc608af31
commit 44ab2e1810

View File

@@ -123,7 +123,12 @@
(use-package which-key (use-package which-key
:config :config
(which-key-mode) (which-key-mode)
(which-key-setup-side-window-right)) (which-key-setup-side-window-right)
:init
(setq which-key-side-window-max-width 0.4
which-key-max-description-length 50
which-key-max-display-columns 1))
@@ -153,5 +158,6 @@
(defalias 'colors 'list-colors-display) (defalias 'colors 'list-colors-display)
(provide 'init-ui) (provide 'init-ui)
;;; init-ui.el ends here ;;; init-ui.el ends here