From 7b56a60febbd087c8e03dcdeddb7e7bccd9b7685 Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 20 Dec 2024 17:05:38 -0500 Subject: common functions to utilities file, common buffer operations menu --- .config/emacs/modules/bd--shells.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.config/emacs/modules/bd--shells.el') 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 -- cgit v1.2.3