(Emacs)+defer 10 seconds to ivy
This commit is contained in:
@@ -570,9 +570,10 @@ Setup for ivy, in preparation for counsel. Turn on ivy-mode just
|
|||||||
after init.
|
after init.
|
||||||
|
|
||||||
Setup vim-like bindings for the minibuffer ("C-(j|k)" for down|up the
|
Setup vim-like bindings for the minibuffer ("C-(j|k)" for down|up the
|
||||||
selection list). Also setup evil-collection for ivy.
|
selection list).
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package ivy
|
(use-package ivy
|
||||||
|
:defer 10
|
||||||
:general
|
:general
|
||||||
(general-def
|
(general-def
|
||||||
:keymaps 'ivy-minibuffer-map
|
:keymaps 'ivy-minibuffer-map
|
||||||
|
|||||||
Reference in New Issue
Block a user