From 03b59932027b42cd8966decd1e82204da525a98e Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 26 Feb 2025 22:24:32 -0500 Subject: add angband, pass-otp, cleanup comments/gitignore --- .config/emacs/modules/bd--shells.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (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 9a8301f..4ffe8ec 100644 --- a/.config/emacs/modules/bd--shells.el +++ b/.config/emacs/modules/bd--shells.el @@ -52,8 +52,12 @@ allowed." (use-package em-term :config - (add-to-list 'eshell-visual-commands "nethack") - (add-to-list 'eshell-visual-commands "r2") + (mapc (lambda (x) (add-to-list 'eshell-visual-commands x)) + '( + "angband" + "nethack" + "r2" + )) (setopt eshell-destroy-buffer-when-process-dies t)) (use-package em-prompt -- cgit v1.2.3