Move which-key to manuals.el

This commit is contained in:
Andreas Zweili 2022-08-20 16:41:42 +02:00
parent 24e76efcbb
commit b38a0dc73f
2 changed files with 7 additions and 7 deletions

View File

@ -7,13 +7,6 @@
:ensure t
:demand t)))
;; which key is a package to show which keys can be pressed
(use-package which-key
:ensure t
:diminish which-key-mode
:config
(which-key-mode))
(when (boundp 'enable-langtool)
(use-package langtool
:ensure t))

View File

@ -19,3 +19,10 @@
("M-?" . helpful-at-point)
:map lisp-interaction-mode-map ; Scratch buffer
("M-?" . helpful-at-point)))
;; which key is a package to show which keys can be pressed
(use-package which-key
:ensure t
:diminish which-key-mode
:config
(which-key-mode))