From 3106af31fe3d0d6c7e4469a5238d44bd8a429800 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 4 Nov 2016 12:52:49 +0100 Subject: Add eshell fringe status to eshell --- emacs/.emacs.d/init/oni-eshell-init.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/init/oni-eshell-init.org b/emacs/.emacs.d/init/oni-eshell-init.org index 95dddc2..143c140 100644 --- a/emacs/.emacs.d/init/oni-eshell-init.org +++ b/emacs/.emacs.d/init/oni-eshell-init.org @@ -17,3 +17,9 @@ loaded. (add-hook 'eshell-load-hook #'oni:enable-truncating-eshell-buffers) #+END_SRC + +Show the status of each command in the fringe of the eshell buffer. + +#+BEGIN_SRC emacs-lisp + (add-hook 'eshell-mode-hook 'eshell-fringe-status-mode) +#+END_SRC -- cgit v1.2.3-54-g00ecf