dotfiles/emacs/.emacs.d/init/oni-eshell-init.org

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)