counsel: enable ivy mode for use in project.el
This commit is contained in:
parent
293c3ee239
commit
5661582652
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
(tab-always-indent 'complete)
|
(tab-always-indent 'complete)
|
||||||
:hook (prog-mode . display-line-numbers-mode))
|
:hook (prog-mode . display-line-numbers-mode))
|
||||||
|
|
||||||
(use-package counsel
|
(use-package ivy
|
||||||
:custom
|
:custom
|
||||||
(ivy-use-virtual-buffers t)
|
(ivy-use-virtual-buffers t)
|
||||||
:bind (("C-s" . swiper-isearch)
|
:bind (("C-s" . swiper-isearch)
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
("C-S-o" . counsel-rhythmbox)
|
("C-S-o" . counsel-rhythmbox)
|
||||||
:map minibuffer-local-map
|
:map minibuffer-local-map
|
||||||
("C-r" . counsel-minibuffer-history))
|
("C-r" . counsel-minibuffer-history))
|
||||||
:hook after-init)
|
:hook (after-init . ivy-mode))
|
||||||
|
|
||||||
(use-package savehist
|
(use-package savehist
|
||||||
:defer t
|
:defer t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue