diff options
author | Case Duckworth | 2022-01-16 23:31:16 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-16 23:31:16 -0600 |
commit | 6d2391e0e94b70f326e403dc7b9b7afe9927d8a8 (patch) | |
tree | 8a0618e80f35874a4a1204fa5f88b5c9b093da26 | |
parent | Add menu keys for buffer and file (diff) | |
download | emacs-6d2391e0e94b70f326e403dc7b9b7afe9927d8a8.tar.gz emacs-6d2391e0e94b70f326e403dc7b9b7afe9927d8a8.zip |
Remove eshell-banner-message
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index a3e3dcd..560da6f 100644 --- a/init.el +++ b/init.el | |||
@@ -294,7 +294,8 @@ | |||
294 | eshell-save-history-on-exit t | 294 | eshell-save-history-on-exit t |
295 | eshell-scroll-to-bottom-on-input 'all | 295 | eshell-scroll-to-bottom-on-input 'all |
296 | eshell-smart-space-goes-to-end t | 296 | eshell-smart-space-goes-to-end t |
297 | eshell-where-to-jump 'begin) | 297 | eshell-where-to-jump 'begin |
298 | eshell-banner-message "") | ||
298 | (setf (alist-get 'eshell-mode mwim-beginning-of-line-function) | 299 | (setf (alist-get 'eshell-mode mwim-beginning-of-line-function) |
299 | #'eshell-bol) | 300 | #'eshell-bol) |
300 | (+eshell-eval-after-load | 301 | (+eshell-eval-after-load |