all repos — nixfiles @ d3bc4a8d83d805d748e7c0ceecb05e36fa71ce57

System and user configuration, managed by nix and home-manager

Emacs: use partial completion in eshell

Alan Pearce
commit

d3bc4a8d83d805d748e7c0ceecb05e36fa71ce57

parent

cac3de632b4a4d1d97c4391bc920482eac44d850

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M emacs/.emacs.d/main.elemacs/.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)))