aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-11-04 12:52:49 +0100
committerGravatar Tom Willemse2016-11-04 12:52:49 +0100
commit3106af31fe3d0d6c7e4469a5238d44bd8a429800 (patch)
treebcfd23d55805ffed25c3e5276612fe4f2026d7a9 /emacs
parent1031d0478af054660b4d6c66035f9c71d6682fc2 (diff)
downloadnew-dotfiles-3106af31fe3d0d6c7e4469a5238d44bd8a429800.tar.gz
new-dotfiles-3106af31fe3d0d6c7e4469a5238d44bd8a429800.zip
Add eshell fringe status to eshell
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init/oni-eshell-init.org6
1 files changed, 6 insertions, 0 deletions
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