demand counsel and turn on ivy-mode
This commit is contained in:
parent
662bc733d1
commit
4c582ba398
2
init.el
2
init.el
@ -124,6 +124,7 @@
|
|||||||
:after ivy)
|
:after ivy)
|
||||||
|
|
||||||
(use-package counsel
|
(use-package counsel
|
||||||
|
:demand
|
||||||
:init
|
:init
|
||||||
(setq ivy-use-virtual-buffers t
|
(setq ivy-use-virtual-buffers t
|
||||||
ivy-re-builders-alist
|
ivy-re-builders-alist
|
||||||
@ -133,6 +134,7 @@
|
|||||||
(swiper-all . ivy--regex-plus)
|
(swiper-all . ivy--regex-plus)
|
||||||
(t . ivy--regex-fuzzy)))
|
(t . ivy--regex-fuzzy)))
|
||||||
:config
|
:config
|
||||||
|
(ivy-mode 1)
|
||||||
(counsel-mode 1)
|
(counsel-mode 1)
|
||||||
:bind
|
:bind
|
||||||
(("C-c E" . counsel-flycheck)
|
(("C-c E" . counsel-flycheck)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user