ivy: highlight whole line on matches
This commit is contained in:
parent
abec12c26d
commit
eac5bd7302
1 changed files with 4 additions and 2 deletions
|
@ -4,9 +4,11 @@
|
|||
(use-package ivy
|
||||
:init
|
||||
(setq projectile-completion-system 'ivy
|
||||
ivy-height 15
|
||||
ivy-height 14
|
||||
ivy-do-completion-in-region nil
|
||||
ivy-wrap t)
|
||||
ivy-wrap t
|
||||
;; fontify until EOL
|
||||
ivy-format-function 'ivy-format-function-line)
|
||||
|
||||
:config
|
||||
(ivy-mode +1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue