From 7134ce299905c721e667d8d81d6e12a3c063ef72 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 12 Sep 2020 10:40:42 +0200 Subject: [PATCH] Allow to switch directories in Eshell without writing `cd' --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index fae2608..35ea0b3 100644 --- a/init.el +++ b/init.el @@ -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)