emacs - set buffer size in term
[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)