demand counsel and turn on ivy-mode

This commit is contained in:
Łukasz Pankowski 2020-07-31 00:43:04 +02:00
parent 662bc733d1
commit 4c582ba398

View File

@ -124,6 +124,7 @@
:after ivy)
(use-package counsel
:demand
:init
(setq ivy-use-virtual-buffers t
ivy-re-builders-alist
@ -133,6 +134,7 @@
(swiper-all . ivy--regex-plus)
(t . ivy--regex-fuzzy)))
:config
(ivy-mode 1)
(counsel-mode 1)
:bind
(("C-c E" . counsel-flycheck)