summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--shells.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-11-29 18:15:04 -0500
committerbd <bdunahu@operationnull.com>2024-11-29 18:15:04 -0500
commit20cc1168f72c2e736b64671d38350048f0b1edce (patch)
tree92a09f16d74c2f87ef7d621b2f1744241c99d99b /.config/emacs/modules/bd--shells.el
parent6ab62f8037ce1136a4d7c654199b5d40095205ed (diff)
ef-themes -> modus-themes
Diffstat (limited to '.config/emacs/modules/bd--shells.el')
-rw-r--r--.config/emacs/modules/bd--shells.el5
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