FIX counsel and swiper loading errors

This commit is contained in:
Nathan Dwarshuis 2020-10-19 08:51:52 -04:00
parent 5302521246
commit ba65ce1609
1 changed files with 7 additions and 0 deletions

View File

@ -562,6 +562,13 @@ This is an elegant window selector. It displays a number in the corner when acti
(ivy-configure 'ivy-switch-buffer
:display-transformer-fn #'nd/ivy-swith-buffer-transformer-fn)
(ivy-mode))
;; ensure counsel and swiper are loaded
(use-package counsel
:straight t)
(use-package swiper
:straight t)
#+end_src
*** avy
:PROPERTIES: