From 9db16f226c39ce199a0b74c94bbd3f72e6dd71b8 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 7 Jan 2024 13:52:54 -0500 Subject: fix --- emacs/.config/emacs-v2/lisp/kj-history.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.config/emacs-v2/lisp/kj-history.el b/emacs/.config/emacs-v2/lisp/kj-history.el index 5c9c0fe..9805aa1 100644 --- a/emacs/.config/emacs-v2/lisp/kj-history.el +++ b/emacs/.config/emacs-v2/lisp/kj-history.el @@ -39,7 +39,7 @@ (if (not (or (and (minibufferp) (eq minibuffer-history-variable 'shell-command-history)) - (derived-mode-p '(term-mode shell-mode)) + (derived-mode-p 'term-mode 'shell-mode) )) (call-interactively 'consult-history) (pcase-let* ((bol -- cgit v1.2.3