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
|
;; Autocomplete framework
|
||||||
(use-package ivy
|
(use-package ivy
|
||||||
:custom
|
:custom
|
||||||
(ivy-use-virtual-buffers t)
|
|
||||||
(ivy-count-format "(%d/%d) ")
|
(ivy-count-format "(%d/%d) ")
|
||||||
|
(ivy-height 20)
|
||||||
|
(ivy-use-virtual-buffers t)
|
||||||
|
(ivy-wrap t)
|
||||||
:config (ivy-mode 1)
|
:config (ivy-mode 1)
|
||||||
:diminish (ivy-mode)
|
:diminish (ivy-mode)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue