1
0

add which key

This commit is contained in:
zdm 2021-02-05 17:09:49 -07:00
parent ad41bb8594
commit f810a70d09

View File

@ -566,3 +566,10 @@
(setq remote-file-name-inhibit-cache nil)
(setq vc-ignore-dir-regexp
(format "%s\\|%s" vc-ignore-dir-regexp tramp-file-name-regexp))
;;; Which Key
(use-package which-key
:ensure t
:config
(which-key-mode))