Emacs: use partial completion in eshell
Alan Pearce alan@alanpearce.eu
Mon, 19 Aug 2019 11:33:49 +0200
1 files changed, 2 insertions(+), 1 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -465,7 +465,8 @@ (with-eval-after-load 'evil-ex (evil-ex-define-cmd "esh[ell]" #'eshell))) :custom ((eshell-prompt-function (lambda () (concat (eshell/pwd) "\n$ "))) - (eshell-prompt-regexp "^[$][[:blank:]]"))) + (eshell-prompt-regexp "^[$][[:blank:]]") + (eshell-cmpl-cycle-completions nil))) (use-package eshell-toggle :custom ((eshell-toggle-use-projectile-root t)))