This commit is contained in:
Zelong Kuang
2026-04-06 19:51:57 +10:00
parent 2fe4ba46e8
commit 14ecd3b17a
4 changed files with 60 additions and 9 deletions

View File

@@ -41,6 +41,9 @@
:bind (:map eshell-mode-map
([remap recenter-top-bottom] . eshell/clear))
:config
;; (defun eshell/clear ()
;; (interactive)
;; (eshell/clear-scrollback))
(setq eshell-banner-message ""))
(use-package xterm-color