diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-09-05 15:48:35 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-09-05 15:48:35 +0100 |
commit | 484f46e95263488a1eb5ba0ba37176c2c1d8070b (patch) | |
tree | d34d98edc60cabb909193d85f4e9e1a55eec37ae | |
parent | 3df06ebb0851a53b51547d5624a3e8d4d0eede5d (diff) | |
download | dotfiles-484f46e95263488a1eb5ba0ba37176c2c1d8070b.tar.gz |
Treat restclient response buffers as popups
-rw-r--r-- | .emacs.d/lisp/init-windows.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-windows.el b/.emacs.d/lisp/init-windows.el index 6a36d1c..70886f0 100644 --- a/.emacs.d/lisp/init-windows.el +++ b/.emacs.d/lisp/init-windows.el @@ -87,6 +87,7 @@ :init (setq popper-reference-buffers '("\\*Messages\\*" + "\\*HTTP Response\\*" "Output\\*$" "\\*Async Shell Command\\*" help-mode |