feat: Install & globally enable which-key
This commit is contained in:
parent
4e1661604d
commit
29d4413f16
2 changed files with 4 additions and 0 deletions
1
init.el
1
init.el
|
@ -60,6 +60,7 @@
|
|||
undo-tree
|
||||
uuidgen
|
||||
yaml-mode
|
||||
which-key
|
||||
))
|
||||
|
||||
(defun installable-packages (pkg-list)
|
||||
|
|
|
@ -55,4 +55,7 @@
|
|||
;; Transparently open compressed files
|
||||
(auto-compression-mode t)
|
||||
|
||||
;; Show available key chord completions
|
||||
(which-key-mode t)
|
||||
|
||||
(provide 'modes)
|
||||
|
|
Loading…
Reference in a new issue