Remove eshell banner message
This commit is contained in:
parent
e556401bac
commit
3b4c75121a
1 changed files with 3 additions and 1 deletions
|
@ -554,6 +554,7 @@
|
||||||
:hook ((rust-mode . (lambda ()
|
:hook ((rust-mode . (lambda ()
|
||||||
(require 'eglot)
|
(require 'eglot)
|
||||||
(eglot-ensure)))))
|
(eglot-ensure)))))
|
||||||
|
|
||||||
(use-package haskell-ts-mode
|
(use-package haskell-ts-mode
|
||||||
:hook ((haskell--ts-mode . eglot-ensure))
|
:hook ((haskell--ts-mode . eglot-ensure))
|
||||||
:mode "\\.hs\\'"
|
:mode "\\.hs\\'"
|
||||||
|
@ -660,7 +661,8 @@
|
||||||
(eat-eshell-mode)
|
(eat-eshell-mode)
|
||||||
(eat-eshell-visual-command-mode)
|
(eat-eshell-visual-command-mode)
|
||||||
:custom ((eshell-prefer-lisp-functions t)
|
:custom ((eshell-prefer-lisp-functions t)
|
||||||
(eshell-history-size 10000))
|
(eshell-history-size 10000)
|
||||||
|
(eshell-banner-message ""))
|
||||||
:config
|
:config
|
||||||
(defun ccr/start-eshell () ;; Used from outside Emacs by emacsclient --eval
|
(defun ccr/start-eshell () ;; Used from outside Emacs by emacsclient --eval
|
||||||
(eshell 'N)
|
(eshell 'N)
|
||||||
|
|
Loading…
Add table
Reference in a new issue