From 3fc415cde2b8caf97f5b872b5ea361db31b32d23 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 14 Apr 2022 19:14:05 -0700 Subject: replace avy/counsel with vertico/consult --- emacs/custom/my-eshell.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'emacs/custom/my-eshell.el') diff --git a/emacs/custom/my-eshell.el b/emacs/custom/my-eshell.el index 76c32f4..58d63b7 100644 --- a/emacs/custom/my-eshell.el +++ b/emacs/custom/my-eshell.el @@ -46,7 +46,6 @@ (eshell/alias "gs" "magit-status") (eshell/alias "gd" "magit-diff-unstaged") (eshell/alias "gds" "magit-diff-staged") - (eshell/alias "rg" "counsel-rg") (eshell/alias "cal" "calendar") (eshell/alias "agenda" "org-agenda")) @@ -149,7 +148,6 @@ append to it, while separating multiple outputs with :commands (eshell eshell-command) :bind (("C-c e h" . my/eshell-here) ("C-c e e" . my/eshell-export) - ("C-c r" . counsel-esh-history) :map eshell-mode-map ("C-o" . my/eshell-open-file-at-point)) :custom -- cgit 1.4.1