Expand history items in eshell by default

When did it this change?
This commit is contained in:
dbo 2020-11-14 15:17:56 +01:00
parent 4a1506fc4c
commit 1e5fb1ac97
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

@ -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)