From a51fef44dc43eb9212801cae211bd7d4de65a435 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 12 Mar 2023 13:41:35 -0400 Subject: Update shell config --- emacs/.config/emacs-kj/lisp/kj-popup.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs/.config/emacs-kj/lisp/kj-popup.el') diff --git a/emacs/.config/emacs-kj/lisp/kj-popup.el b/emacs/.config/emacs-kj/lisp/kj-popup.el index 60d0f23..f63fa29 100644 --- a/emacs/.config/emacs-kj/lisp/kj-popup.el +++ b/emacs/.config/emacs-kj/lisp/kj-popup.el @@ -39,8 +39,8 @@ (seq "fig: " (* anything)) (seq "*htop*" (* anything)) (seq "*Proced*" (* anything)) - (seq "*eshell*" (* anything)) - (seq "*shell*" (* anything)) + (seq "*eshell" (* anything)) + (seq "*shell" (* anything)) "*Occur*")) buffer) (with-current-buffer buffer (apply #'derived-mode-p -- cgit v1.2.3