Allow to switch directories in Eshell without writing `cd'

This commit is contained in:
Daniel - 2020-09-12 10:40:42 +02:00
parent 192af9ca14
commit 7134ce2999
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

@ -2350,7 +2350,8 @@ With given ARG, display files in `db/important-document-path."
eshell-destroy-buffer-when-process-dies t
eshell-prompt-function #'eshell/default-prompt-function
eshell-prompt-regexp "└─[$#] "
eshell-highlight-prompt nil)
eshell-highlight-prompt nil
eshell-cd-on-directory t)
:config (progn (require 'em-prompt)
(require 'em-term)
(require 'em-cmpl)