diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-14 19:14:05 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-14 19:14:05 -0700 |
commit | 3fc415cde2b8caf97f5b872b5ea361db31b32d23 (patch) | |
tree | b7fd46ee3cf22b82bb5288301220647562240b88 /emacs/custom/my-eshell.el | |
parent | conf: configure CSS (diff) | |
download | emacs.d-3fc415cde2b8caf97f5b872b5ea361db31b32d23.tar.gz |
replace avy/counsel with vertico/consult
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-eshell.el | 2 |
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 |