Add eshell fringe status to eshell
This commit is contained in:
parent
1031d0478a
commit
3106af31fe
1 changed files with 6 additions and 0 deletions
|
@ -17,3 +17,9 @@ loaded.
|
||||||
|
|
||||||
(add-hook 'eshell-load-hook #'oni:enable-truncating-eshell-buffers)
|
(add-hook 'eshell-load-hook #'oni:enable-truncating-eshell-buffers)
|
||||||
#+END_SRC
|
#+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
|
||||||
|
|
Loading…
Reference in a new issue