Swiper replaces the behaviour of the M-y command (yank-pop) with its own implementation, which shows the contents of the kill ring.
I like the default behaviour of M-y prior to installing this package (the Emacs default), and would like to go back to that. How could I achieve this while keeping swiper?
According to the readme, it replaces yank-pop with counsel-yank-pop, however this doesn't look like a simple remap, because calling yank-pop directly shows the ivy kill ring prompt.