[EShell] Don’t truncate buffer

The hook was wrong anyway.
This commit is contained in:
Daniel - 2018-01-14 10:47:18 +01:00
parent 411240c1dc
commit 7fbc7f0217
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 0 additions and 4 deletions

View File

@ -50,10 +50,6 @@
eshell-prompt-regexp
"^→ ")
(add-hook 'eshell-mode-hook
(lambda ()
(add-hook 'eshell-output-filter-functions 'eshell-truncate-buffer)))
(add-hook 'eshell-mode-hook
'with-editor-export-editor)