From f35b5cc292299279ac9774151e44516b87406523 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 2 Mar 2024 11:11:03 +0000 Subject: emacs: Ignore case when completing in Eshell --- emacs/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index 86b1aae..9654a7a 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -163,7 +163,9 @@ (use-package eshell :bind (("C-c e" . eshell)) - :custom (eshell-directory-name (my/cache-file-name "eshell"))) + :custom ((eshell-cmpl-ignore-case t) + (eshell-directory-name (my/cache-file-name "eshell")) + (eshell-scroll-show-maximum-output nil))) ;; Go -- cgit v1.2.3-70-g09d2