summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-16 00:08:49 +0200
committerGravatar Tom Willemse2014-04-16 00:15:29 +0200
commitfbc032871481a98f17dc5bdbcd9328b98b3b4f9d (patch)
tree593a4645b6b1fdc3b1a986fd47f4f84c6a7772e4
parent29a8f13e246cc18ce49350eadc7bd3d87e1111de (diff)
downloademacs-fbc032871481a98f17dc5bdbcd9328b98b3b4f9d.tar.gz
emacs-fbc032871481a98f17dc5bdbcd9328b98b3b4f9d.zip
Truncate eshell buffer
-rw-r--r--.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 275afa9..830c038 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1093,7 +1093,8 @@ from myaethon2.core.decorators import (
(setq erc-timestamp-only-if-changed-flag nil))
(stante-after esh-mode
- (add-to-list 'eshell-output-filter-functions #'oni:eshell-handle-url))
+ (add-to-list 'eshell-output-filter-functions #'oni:eshell-handle-url)
+ (add-to-list 'eshell-output-filter-functions #'eshell-truncate-buffer))
(stante-after eww
(setq eww-download-path ; Don't go to ~/Downloads