From d3bc4a8d83d805d748e7c0ceecb05e36fa71ce57 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 19 Aug 2019 11:33:49 +0200 Subject: Emacs: use partial completion in eshell --- emacs/.emacs.d/main.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs/.emacs.d/main.el') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 6ac9fa6..a83de40 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -465,7 +465,8 @@ With two prefix arguments, write out the day and month name." (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))) -- cgit 1.4.1