summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--shells.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-12-20 17:05:38 -0500
committerbd <bdunahu@operationnull.com>2024-12-20 17:05:38 -0500
commit7b56a60febbd087c8e03dcdeddb7e7bccd9b7685 (patch)
tree487841848c40dd949da170dbeb8585762a11bfca /.config/emacs/modules/bd--shells.el
parentd3a3ef635e147d20e2f4b967d969967019ee333d (diff)
common functions to utilities file, common buffer operations menu
Diffstat (limited to '.config/emacs/modules/bd--shells.el')
-rw-r--r--.config/emacs/modules/bd--shells.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--shells.el b/.config/emacs/modules/bd--shells.el
index 2ae63e4..e401115 100644
--- a/.config/emacs/modules/bd--shells.el
+++ b/.config/emacs/modules/bd--shells.el
@@ -19,6 +19,10 @@
: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")))
+(use-package em-term
+ :custom
+ (add-to-list 'eshell-visual-commands "nethack"))
+
(use-package em-prompt
:config
(defun bd/get-prompt-path ()
@@ -77,4 +81,4 @@ clear the scrollback contents. Outputs banner message."
(provide 'bd--shells)
-;;; bd-shells ends here
+;;; bd--shells.el ends here