Add which-key config
This commit is contained in:
parent
d49d244dff
commit
a6adcd7f71
@ -836,6 +836,12 @@
|
|||||||
("claremontmakerspace\\.org" . mediawiki-mode)
|
("claremontmakerspace\\.org" . mediawiki-mode)
|
||||||
)))
|
)))
|
||||||
|
|
||||||
|
(use-package which-key
|
||||||
|
(use-package which-key-posframe :ensure
|
||||||
|
:config (which-key-posframe-mode))
|
||||||
|
:config
|
||||||
|
(which-key-mode))
|
||||||
|
|
||||||
;;; Local Variables
|
;;; Local Variables
|
||||||
(add-to-list 'safe-local-eval-forms '(outline-hide-body))
|
(add-to-list 'safe-local-eval-forms '(outline-hide-body))
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user