Rewrite eshell-starship.el
This commit is contained in:
parent
39efc3d5ba
commit
f81f0c6a15
File diff suppressed because it is too large
Load Diff
8
init.el
8
init.el
@ -2000,7 +2000,9 @@ If no name is given, list all bookmarks instead."
|
|||||||
(use-package eshell-starship
|
(use-package eshell-starship
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:demand t
|
: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
|
;; proced
|
||||||
(use-package 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 'bold
|
||||||
ahs-definition-face-unfocused 'bold
|
ahs-definition-face-unfocused 'bold
|
||||||
ahs-plugin-default-face '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)
|
;; Theme (doom-themes)
|
||||||
(use-package doom-themes
|
(use-package doom-themes
|
||||||
|
Loading…
Reference in New Issue
Block a user