[Emacs] fix eshell-banner-config configuration

This commit is contained in:
Lucien Cartier-Tilet 2023-03-27 10:00:34 +02:00
parent 4abe217eed
commit 20e89e938f
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

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