From 1102ad4b03e675b7fd15b63aba22ae4fccb06f68 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 16 May 2017 15:45:12 -0700 Subject: [PATCH] [Emacs] Set term-suppress-hard-newline --- dotfiles/emacs.d/README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 893658ed..4e3f18e3 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3873,7 +3873,8 @@ First call open the kill-ring browser, next calls move to next line." (add-hook 'term-mode-hook 'imalison:disable-linum-mode) (add-hook 'term-mode-hook 'imalison:disable-yas-minor-mode) (add-hook 'term-mode-hook 'imalison:disable-show-trailing-whitespace) - (setq term-buffer-maximum-size 0))) + (setq term-buffer-maximum-size 0 + term-suppress-hard-newline t))) #+END_SRC ** term-manager #+BEGIN_SRC emacs-lisp