system changes

This commit is contained in:
jjanzen 2025-03-27 21:36:24 -05:00
parent 420138fe7f
commit 71fffdfdc9

View file

@ -498,7 +498,7 @@ Install and configure =eat= as a terminal emulator in Emacs with =eshell= as a s
(eshell/alias "la" "ls -a $@*")
(eshell/alias "l" "ls -F $@*")
(eshell/alias "ff" "find-file $@*")
(eshell/alias "clr" "clear-scrollback")))
(eshell/alias "clear" "clear-scrollback")))
:bind
("C-c v" . eshell)
(:map eshell-mode-map ("C-d" . jj/eshell-quit-or-delete-char)))