From 1501964c71a5b6433a4b7543d80115ec451e5f60 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 21 Jan 2022 09:37:49 -0800 Subject: eshell: run `ls -l` after entering a directory --- emacs/custom/fcuny-eshell.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs') diff --git a/emacs/custom/fcuny-eshell.el b/emacs/custom/fcuny-eshell.el index 6bcef86..0476b2f 100644 --- a/emacs/custom/fcuny-eshell.el +++ b/emacs/custom/fcuny-eshell.el @@ -58,6 +58,8 @@ (progn (goto-char (point-max)) (insert (concat "cd " path)) + (eshell-send-input) + (insert (concat "ls -l")) (eshell-send-input)) (find-file path))) -- cgit v1.2.3