diff --git a/org/config/emacs.org b/org/config/emacs.org index c97b688..f78f845 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -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