eshellのときだけ行番号を表示しない


~/.emacs.d/init.el

(global-linum-mode 1)
(add-hook 'eshell-mode-hook (lambda () (linum-mode -1)))