[Emacs] Better variable customization in eshell-info-banner config
This commit is contained in:
parent
04117fb5a9
commit
70f7fae3af
@ -3621,9 +3621,8 @@ the git repository.
|
|||||||
(eshell-info-banner-background-face ((t :foreground "#E5E9F0")))
|
(eshell-info-banner-background-face ((t :foreground "#E5E9F0")))
|
||||||
(eshell-info-banner-warning-face ((t :foreround "#D08770")))
|
(eshell-info-banner-warning-face ((t :foreround "#D08770")))
|
||||||
(eshell-info-banner-critical-face ((t :foreground "#BF616A")))
|
(eshell-info-banner-critical-face ((t :foreground "#BF616A")))
|
||||||
:config
|
:custom
|
||||||
(setq eshell-info-banner-width 80
|
(eshell-info-banner-partition-prefixes ("/dev" "zroot" "tank")))
|
||||||
eshell-info-banner-partition-prefixes '("/dev" "zroot" "tank")))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Another feature I like is fish-like syntax highlight, which brings
|
Another feature I like is fish-like syntax highlight, which brings
|
||||||
|
Loading…
Reference in New Issue
Block a user