From 1e5fb1ac97884631da3810bd56bcfb2fb5436920 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 14 Nov 2020 15:17:56 +0100 Subject: [PATCH] Expand history items in eshell by default When did it this change? --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 5b91d42..0d528cc 100644 --- a/init.el +++ b/init.el @@ -2493,7 +2493,8 @@ With given ARG, display files in `db/important-document-path’." eshell-prompt-function #'eshell/default-prompt-function eshell-prompt-regexp "└─[$#] " eshell-highlight-prompt nil - eshell-cd-on-directory t) + eshell-cd-on-directory t + eshell-expand-input-functions '(eshell-expand-history-references)) :config (progn (require 'em-prompt) (require 'em-term) (require 'em-cmpl)