From 4a74e4aafce3523949e13cb9fabe9a71b48fc8c6 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 18 Feb 2021 22:30:53 -0600 Subject: Change window layouts --- config.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index 15f4f1e..5c1b300 100644 --- a/config.org +++ b/config.org @@ -174,6 +174,21 @@ This is extremely fiddly and I'd love another option. split-height-threshold 50) #+end_src +*** Window layouts + +Let's try settings from [[https://github.com/nex3/perspective-el#some-musings-on-emacs-window-layouts][nex3]] on Github. + +#+begin_src emacs-lisp :noweb-ref settings + (setq-default + ;; `display-buffer-alist' is the big alist of things + display-buffer-alist + '((".*" (display-buffer-reuse-window display-buffer-same-window))) + ;; reuse windows in other frames + display-buffer-reuse-frames t + ;; avoid resizing + even-window-sizes nil) +#+end_src + *** Switch to other window or buffer :crux: #+begin_src emacs-lisp :noweb-ref bindings -- cgit 1.4.1-21-gabe81