From 7fbc7f021733758d88a71cc01d8701ce7e67f196 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 14 Jan 2018 10:47:18 +0100 Subject: [PATCH] =?UTF-8?q?[EShell]=20Don=E2=80=99t=20truncate=20buffer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The hook was wrong anyway. --- site-lisp/db-eshell.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site-lisp/db-eshell.el b/site-lisp/db-eshell.el index 73d504a..fff89b1 100644 --- a/site-lisp/db-eshell.el +++ b/site-lisp/db-eshell.el @@ -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)