I just installed ivy (Version: 20250417.1209, Commit: 2529a23) on Emacs 30.1 in Windows, and when I activated ivy-mode, C-s was still doing the regular isearch-forward. It looks like ivy is activated, since C-x b is tied to ivy-switch-buffer. I then tried running (keymap-global-set "C-s" #'swiper-isearch) as per the Ivy-based interface to standard commands doc, but when I try to use C-s, I get this error in my *Messages*:
Wrong type argument: commandp, swiper-isearch
I just installed
ivy(Version: 20250417.1209, Commit: 2529a23) on Emacs 30.1 in Windows, and when I activatedivy-mode,C-swas still doing the regularisearch-forward. It looks likeivyis activated, sinceC-x bis tied toivy-switch-buffer. I then tried running(keymap-global-set "C-s" #'swiper-isearch)as per the Ivy-based interface to standard commands doc, but when I try to useC-s, I get this error in my*Messages*: