From 8a53ab3c06a780be4cdff44cc32bbaf13c7eb769 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Sun, 21 Jul 2019 18:30:04 +0200 Subject: Emacs: Don’t show line numbers in eshell MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dot.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 34485a4..44d26b1 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -215,6 +215,7 @@ (setq display-line-numbers nil)) (add-hook 'Man-mode-hook #'qsx-dont-show-line-numbers-hook) +(add-hook 'eshell-mode-hook #'qsx-dont-show-line-numbers-hook) (use-package pdf-tools :if (display-graphic-p) -- cgit v1.2.3