9beb3f8dc443e3c40c90350f4a404683920cef71
[dotfiles.git] / emacs.d / config / init-eshell.el
1
2 (add-hook 'eshell-mode-hook
3           (lambda ()
4             (linum-mode -1)
5             (highlight-current-line-on nil)))
6
7
8
9 (provide 'init-eshell)