From 70f7fae3af8e611c583600419b049216f9fb9275 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 14 Mar 2023 11:12:30 +0100 Subject: [PATCH] [Emacs] Better variable customization in eshell-info-banner config --- org/config/emacs.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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