From c7ad505a03663a6364183633bb822cfec32ed838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Sun, 20 Oct 2024 09:38:21 -0700 Subject: emacs: only include scratch, messages, debugging buffers in main --- .emacs.d/rul-lisp/packages/rul-wm.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/rul-lisp/packages/rul-wm.el b/.emacs.d/rul-lisp/packages/rul-wm.el index 227689b..3df7ce4 100644 --- a/.emacs.d/rul-lisp/packages/rul-wm.el +++ b/.emacs.d/rul-lisp/packages/rul-wm.el @@ -66,6 +66,7 @@ Also see `prot-window-delete-popup-frame'." command) :hook (after-init . beframe-mode) :config (setq beframe-functions-in-frames '(project-prompt-project-dir)) + (setq beframe-global-buffers nil) (define-key global-map (kbd "C-c b") beframe-prefix-map) ;;Integration with Consult -- cgit v1.2.3