dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit 3d044e975cdea96dbd3ea3eb286426d2ea24358b
parent 659a718c81607b645010e6478c59bd3b07b64317
Author: Lukas Henkel <lh@entf.net>
Date:   Sun, 10 Apr 2022 15:14:14 +0200

Remove consult ripgrep, replace keybind with deadgrep

Diffstat:
Minit.el | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/init.el b/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-<down>" . 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)