diff --git a/config.el b/config.el index 1c05be8..815f6e1 100644 --- a/config.el +++ b/config.el @@ -33,6 +33,8 @@ (use-package ivy :custom + (ivy-mode t) + (counsel-mode t) (ivy-use-virtual-buffers t) :bind (("C-s" . swiper-isearch) ("C-c C-r" . ivy-resume) @@ -51,8 +53,7 @@ ("C-x l" . counsel-locate) ("C-S-o" . counsel-rhythmbox) :map minibuffer-local-map - ("C-r" . counsel-minibuffer-history)) - :hook (after-init . ivy-mode)) + ("C-r" . counsel-minibuffer-history))) (use-package savehist :defer t