remove local dependency on swiper

This commit is contained in:
Maciej 2024-10-22 13:31:59 +03:00
parent 42e9ee7862
commit ecf3d4195a
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -20,7 +20,7 @@
("f" "Find file in project" project-find-file) ("f" "Find file in project" project-find-file)
("g" "Grep in project" consult-ripgrep)] ("g" "Grep in project" consult-ripgrep)]
["Completions" ["Completions"
("a" "Grep in buffer" swiper) ("a" "Grep in buffer" consult-line)
("b" "Buffer list" consult-buffer) ("b" "Buffer list" consult-buffer)
("t" "Find file" find-file)] ("t" "Find file" find-file)]
["Magit" ["Magit"
@ -48,7 +48,7 @@
("m" "Any (Company)" company-complete) ("m" "Any (Company)" company-complete)
("g" "Ask GPT" gptel-menu)] ("g" "Ask GPT" gptel-menu)]
["Find" ["Find"
("s" "Swiper" swiper) ("s" "Swiper" consult-line)
("u" "Vundo" vundo) ("u" "Vundo" vundo)
("d" "Dash" dash-at-point)]]) ("d" "Dash" dash-at-point)]])