This commit is contained in:
Stefan Schwarz 2020-05-22 17:05:10 +02:00
parent 8deee81a99
commit 438dd2fa83

View file

@ -65,6 +65,7 @@
;; ivy config
(use-package ivy :ensure t
:config
(ivy-mode)
(setq ivy-height 10)
(setq ivy-use-virtual-buffers t)
(setq enable-recursive-minibuffers t)
@ -96,7 +97,7 @@
;; which key
(use-package which-key :ensure t
:config
(which-key-mode 1)
(which-key-mode)
(which-key-setup-side-window-bottom)
(which-key-setup-minibuffer)
(setq which-key-idle-delay .3)