diff options
author | bd <bdunahu@operationnull.com> | 2024-12-20 17:05:38 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-12-20 17:05:38 -0500 |
commit | 7b56a60febbd087c8e03dcdeddb7e7bccd9b7685 (patch) | |
tree | 487841848c40dd949da170dbeb8585762a11bfca /.config/emacs/modules/bd--shells.el | |
parent | d3a3ef635e147d20e2f4b967d969967019ee333d (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.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 |