diff options
Diffstat (limited to '.config/emacs/modules/bd--shells.el')
-rw-r--r-- | .config/emacs/modules/bd--shells.el | 6 |
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 |