mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ivy-do-completion-in-region = t #640
Evil ex command completion is now handled by ivy, if it's enabled.
This commit is contained in:
@ -28,7 +28,6 @@ immediately runs it on the current candidate (ending the ivy session)."
|
|||||||
:after-call pre-command-hook
|
:after-call pre-command-hook
|
||||||
:config
|
:config
|
||||||
(setq ivy-height 15
|
(setq ivy-height 15
|
||||||
ivy-do-completion-in-region nil
|
|
||||||
ivy-wrap t
|
ivy-wrap t
|
||||||
ivy-fixed-height-minibuffer t
|
ivy-fixed-height-minibuffer t
|
||||||
projectile-completion-system 'ivy
|
projectile-completion-system 'ivy
|
||||||
|
Reference in New Issue
Block a user