+activate ivy mode after counsel-mode
This commit is contained in:
@@ -276,7 +276,6 @@ Setup vim-like bindings for the minibuffer ("C-(j|k)" for down|up the
|
|||||||
selection list). Also setup evil-collection for ivy.
|
selection list). Also setup evil-collection for ivy.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package ivy
|
(use-package ivy
|
||||||
:hook (after-init . ivy-mode)
|
|
||||||
:after evil-collection
|
:after evil-collection
|
||||||
:general
|
:general
|
||||||
(general-def
|
(general-def
|
||||||
@@ -296,9 +295,9 @@ selection list). Also setup evil-collection for ivy.
|
|||||||
ivy-use-virtual-buffers nil
|
ivy-use-virtual-buffers nil
|
||||||
ivy-virtual-abbreviate 'full
|
ivy-virtual-abbreviate 'full
|
||||||
ivy-on-del-error-function #'ignore
|
ivy-on-del-error-function #'ignore
|
||||||
ivy-use-selectable-prompt t
|
ivy-use-selectable-prompt t)
|
||||||
ivy-initial-inputs-alist nil)
|
(evil-collection-ivy-setup)
|
||||||
(evil-collection-ivy-setup))
|
(ivy-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Counsel
|
** Counsel
|
||||||
Setup for counsel. Load after ivy and helpful.
|
Setup for counsel. Load after ivy and helpful.
|
||||||
|
|||||||
Reference in New Issue
Block a user