[Emacs] fix eshell-banner-config configuration

This commit is contained in:
2023-03-27 10:00:34 +02:00
parent 4abe217eed
commit 20e89e938f

View File

@@ -3622,7 +3622,7 @@ the git repository.
(eshell-info-banner-warning-face ((t :foreround "#D08770")))
(eshell-info-banner-critical-face ((t :foreground "#BF616A")))
:custom
(eshell-info-banner-partition-prefixes ("/dev" "zroot" "tank")))
(eshell-info-banner-partition-prefixes (list "/dev" "zroot" "tank")))
#+end_src
Another feature I like is fish-like syntax highlight, which brings