Clean up eshell-catimg comments and doc

This commit is contained in:
MitchMarq42 2022-11-20 16:48:47 -09:00
parent f3649541a8
commit f01afb0bc3

View File

@ -176,7 +176,6 @@ This is taken from a website that I can't remember at the moment."
:hook (eshell-mode . eshell-syntax-highlighting-mode)
:config
;; Make cat with syntax highlight.
;; (defun aweshell-cat-with-syntax-highlight (filename)
(defun aweshell-cat-with-syntax-highlight (filename)
"Like cat(1) but with syntax highlighting.
@ -233,7 +232,9 @@ Taken from https://emacs.stackexchange.com/questions/3432/display-images-in-eshe
Also, can cat images for some reason.
Taken from https://emacs.stackexchange.com/questions/3432/display-images-in-eshell-with-iimage-mode "
See:
https://github.com/manateelazycat/aweshell/blob/d246df619573ca3f46070cc0ac82d024271ed243/aweshell.el#L775
https://emacs.stackexchange.com/questions/3432/display-images-in-eshell-with-iimage-mode "
(setq args (eshell-stringify-list (flatten-tree args)))
(dolist (file args)
(if (string= file "-")