Configure ivy some more
This commit is contained in:
parent
09027c2fce
commit
ec38749628
1 changed files with 3 additions and 1 deletions
|
@ -98,8 +98,10 @@
|
|||
;; Autocomplete framework
|
||||
(use-package ivy
|
||||
:custom
|
||||
(ivy-use-virtual-buffers t)
|
||||
(ivy-count-format "(%d/%d) ")
|
||||
(ivy-height 20)
|
||||
(ivy-use-virtual-buffers t)
|
||||
(ivy-wrap t)
|
||||
:config (ivy-mode 1)
|
||||
:diminish (ivy-mode)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue