[Fish, Starship] Lisp module is displayed a bit more nicely
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2021-12-20 11:37:09 +01:00
parent fc85c94a76
commit 82bef92274
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ I want starship to be able to detect Lisp files, be it CommonLisp or EmacsLisp.
#+begin_src toml
[custom.lisp]
extensions = ["lisp", "el"]
symbol = "λ"
symbol = "λ "
style = "bold green"
#+end_src