fix ivy
This commit is contained in:
parent
8deee81a99
commit
438dd2fa83
1 changed files with 2 additions and 1 deletions
3
init.el
3
init.el
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue