summaryrefslogtreecommitdiff
path: root/emacs/custom/my-eshell.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-14 19:14:05 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-14 19:14:05 -0700
commit3fc415cde2b8caf97f5b872b5ea361db31b32d23 (patch)
treeb7fd46ee3cf22b82bb5288301220647562240b88 /emacs/custom/my-eshell.el
parentconf: configure CSS (diff)
downloademacs.d-3fc415cde2b8caf97f5b872b5ea361db31b32d23.tar.gz
replace avy/counsel with vertico/consult
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-eshell.el2
1 files changed, 0 insertions, 2 deletions
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