Emacs: Set term buffer size to unlimited

master
Pierre Neidhardt 2017-08-11 09:41:49 +01:00
parent d7df4f8bc2
commit 0dd31d0ded
1 changed files with 4 additions and 0 deletions

View File

@ -271,6 +271,10 @@
(nconc package-selected-packages '(flycheck helm-flycheck))
(when (require 'flycheck nil t) (require 'init-flycheck))
;;; Terminal
(with-eval-after-load 'term
(setq term-buffer-maximum-size 0))
;;; TeX / LaTeX / Texinfo
(with-eval-after-load 'tex-mode (require 'init-tex))
(with-eval-after-load 'texinfo (require 'init-texinfo))