diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-07-18 08:27:56 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-07-18 08:27:56 +0100 |
commit | a2f537c725231e45f8af61a915530ab08f66d5de (patch) | |
tree | 152e841916742a893aa1e5d3ea607a293cff1b8f /.emacs.d/lisp/init-windows.el | |
parent | 66a91376478deb0ca42266e1263bda8bf192c9de (diff) | |
download | dotfiles-a2f537c725231e45f8af61a915530ab08f66d5de.tar.gz |
Turn on popper's perspective grouping
Diffstat (limited to '.emacs.d/lisp/init-windows.el')
-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 8b65eca..96c4109 100644 --- a/.emacs.d/lisp/init-windows.el +++ b/.emacs.d/lisp/init-windows.el @@ -81,6 +81,7 @@ This is based on the frame width, with the threshold being customised using ("M-¬" . popper-cycle) ("C-`" . popper-toggle-type)) :custom + (popper-group-function #'popper-group-by-perspective) (popper-reference-buffers '("\\*Messages\\*" "\\*HTTP Response\\*" |