From 9b7176bde41b91a99ab388a3eec02a97de18a96e Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 1 Feb 2023 09:30:04 -0500 Subject: Add some more popup buffer types --- emacs/.config/emacs-kj/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el index 12d8e45..c2aef2b 100644 --- a/emacs/.config/emacs-kj/init.el +++ b/emacs/.config/emacs-kj/init.el @@ -782,11 +782,13 @@ (seq "*eldoc " (* anything) "*") (seq "*WoMan " (* anything) "*") (seq "*man " (* anything) "*") + (seq "fig: " (* anything)) "*Occur*")) buffer) (with-current-buffer buffer (apply #'derived-mode-p '(magit-mode - compilation-mode))) + compilation-mode + fig-commit-mode))) )) (setq transient-display-buffer-action '(display-buffer-in-side-window -- cgit v1.2.3