commit 3d044e975cdea96dbd3ea3eb286426d2ea24358b from: Lukas Henkel date: Sun Apr 10 13:22:08 2022 UTC Remove consult ripgrep, replace keybind with deadgrep commit - 659a718c81607b645010e6478c59bd3b07b64317 commit + 3d044e975cdea96dbd3ea3eb286426d2ea24358b blob - 9ab272ab7ebf340d57b105baff331bbbea0451fe blob + 854593037490a88d786568471be8774dbf31562f --- init.el +++ init.el @@ -96,7 +96,6 @@ ("M-s L" . consult-locate) ("M-s g" . consult-grep) ("M-s G" . consult-git-grep) - ("M-s r" . consult-ripgrep) ("M-s l" . consult-line) ("M-s m" . consult-multi-occur) ("M-s k" . consult-keep-lines) @@ -125,7 +124,7 @@ ("C-S-n" . lh/move-line-down) ("M-" . lh/move-line-down) - ("M-s d" . deadgrep) + ("M-s r" . deadgrep) ("C-# a" . mc/mark-all-like-this-dwim) ("C-# w" . mc/mark-all-words-like-this) @@ -148,7 +147,6 @@ (lh/define-keys elfeed-search-mode-map (("G" . elfeed-update)) elfeed) -() (defun corfu-insert-with-return () (interactive)