290 B
290 B
Eshell configuration
(require 'eshell)
Truncate the eshell buffer when it gets larger than
eshell-buffer-maximum-lines
number of lines.
(add-to-list 'eshell-output-filter-functions 'eshell-truncate-buffer)