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
|
undo-tree
|
||||||
uuidgen
|
uuidgen
|
||||||
yaml-mode
|
yaml-mode
|
||||||
|
which-key
|
||||||
))
|
))
|
||||||
|
|
||||||
(defun installable-packages (pkg-list)
|
(defun installable-packages (pkg-list)
|
||||||
|
|
|
||||||
|
|
@ -55,4 +55,7 @@
|
||||||
;; Transparently open compressed files
|
;; Transparently open compressed files
|
||||||
(auto-compression-mode t)
|
(auto-compression-mode t)
|
||||||
|
|
||||||
|
;; Show available key chord completions
|
||||||
|
(which-key-mode t)
|
||||||
|
|
||||||
(provide 'modes)
|
(provide 'modes)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue