aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-07-21 18:30:04 +0200
committerThomas Schneider <qsx@qsx.re>2019-07-21 18:30:04 +0200
commit8a53ab3c06a780be4cdff44cc32bbaf13c7eb769 (patch)
treed63487c4a98d5f5f3c6259fe29c6faafb781427b /dot.emacs.d/init.el
parentc718b896d68848b7a56d37ac42c97c4d3af7460e (diff)
Emacs: Don’t show line numbers in eshell
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
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)