From fbc032871481a98f17dc5bdbcd9328b98b3b4f9d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 16 Apr 2014 00:08:49 +0200 Subject: Truncate eshell buffer --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs.d/init.el') 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 -- cgit v1.2.3-54-g00ecf