[Emacs] Better variable customization in eshell-info-banner config

This commit is contained in:
Lucien Cartier-Tilet 2023-03-14 11:12:30 +01:00
parent 04117fb5a9
commit 70f7fae3af
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 3 deletions

View File

@ -3621,9 +3621,8 @@ the git repository.
(eshell-info-banner-background-face ((t :foreground "#E5E9F0")))
(eshell-info-banner-warning-face ((t :foreround "#D08770")))
(eshell-info-banner-critical-face ((t :foreground "#BF616A")))
:config
(setq eshell-info-banner-width 80
eshell-info-banner-partition-prefixes '("/dev" "zroot" "tank")))
:custom
(eshell-info-banner-partition-prefixes ("/dev" "zroot" "tank")))
#+end_src
Another feature I like is fish-like syntax highlight, which brings