FIX counsel and swiper loading errors
This commit is contained in:
parent
5302521246
commit
ba65ce1609
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue