diff options
Diffstat (limited to '.config/emacs/modules/bd--shells.el')
-rw-r--r-- | .config/emacs/modules/bd--shells.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/emacs/modules/bd--shells.el b/.config/emacs/modules/bd--shells.el index 56fcf81..05b0b91 100644 --- a/.config/emacs/modules/bd--shells.el +++ b/.config/emacs/modules/bd--shells.el @@ -16,12 +16,11 @@ :custom (eshell-banner-message (concat "\n" (propertize " " 'display (create-image (expand-file-name "images/raven.png" user-emacs-directory) 'png nil :scale 0.8 :align-to "center")) "\n"))) -(require 'ef-themes) (use-package em-prompt :hook - ((ef-themes-post-load + ((modus-themes-post-load . (lambda () - (ef-themes-with-colors + (modus-themes-with-colors (set-face-attribute 'eshell-prompt nil :foreground fg-main :background bg-alt |