mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ivy: highlight whole line on matches
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user