add which key
This commit is contained in:
parent
ad41bb8594
commit
f810a70d09
7
init.el
7
init.el
@ -566,3 +566,10 @@
|
|||||||
(setq remote-file-name-inhibit-cache nil)
|
(setq remote-file-name-inhibit-cache nil)
|
||||||
(setq vc-ignore-dir-regexp
|
(setq vc-ignore-dir-regexp
|
||||||
(format "%s\\|%s" vc-ignore-dir-regexp tramp-file-name-regexp))
|
(format "%s\\|%s" vc-ignore-dir-regexp tramp-file-name-regexp))
|
||||||
|
|
||||||
|
;;; Which Key
|
||||||
|
|
||||||
|
(use-package which-key
|
||||||
|
:ensure t
|
||||||
|
:config
|
||||||
|
(which-key-mode))
|
||||||
|
Loading…
Reference in New Issue
Block a user