Rewrite eshell-starship.el

This commit is contained in:
Alexander Rosenberg 2024-12-21 21:38:15 -08:00
parent 39efc3d5ba
commit f81f0c6a15
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730
2 changed files with 799 additions and 220 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2000,7 +2000,9 @@ If no name is given, list all bookmarks instead."
(use-package eshell-starship
:ensure nil
:demand t
:hook (eshell-prompt-mode . eshell-starship-prompt-mode))
:hook (eshell-prompt-mode . eshell-starship-prompt-mode)
:config
(eshell-starship-setup-evil-keybindings))
;; proced
(use-package proced
@ -2429,7 +2431,9 @@ one of the normal rainbow-delimiters-depth-N-face faces."
ahs-definition-face 'bold
ahs-definition-face-unfocused 'bold
ahs-plugin-default-face 'bold
ahs-plugin-default-face-unfocused 'bold))
ahs-plugin-default-face-unfocused 'bold)
:config
(keymap-unset auto-highlight-symbol-mode-map "C-x C-a" t))
;; Theme (doom-themes)
(use-package doom-themes