From 19ad403ae1157adb6a8f4bb63a6b43e185131d25 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 15 Sep 2022 01:04:24 +0100 Subject: jao-afio-pop-to-buffer --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index c1429e5..403e1bf 100644 --- a/init.el +++ b/init.el @@ -2721,7 +2721,7 @@ (defvar jao-chat-buffer-source (list :name "chats" :category 'buffer - :action #'pop-to-buffer + :action (lambda (b) (jao-afio-pop-to-buffer 0 b)) :hidden t :narrow (cons ?c "chats") :items (jao-consult--mode-buffers 'erc-mode -- cgit v1.2.3