mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
change some whichkey settings
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user