replace eyebrowse with persp

This commit is contained in:
2023-05-16 14:06:53 +02:00
parent 98ccb528ea
commit 48d6eb7528
4 changed files with 111 additions and 46 deletions

View File

@@ -214,6 +214,14 @@ Reach this hydra with <C-x w>
(global-set-key (kbd "C-x w") 'hydra-windows/body))
;; configure emacs window behavior
;; see also https://www.masteringemacs.org/article/demystifying-emacs-window-manager
(customize-set-variable 'display-buffer-base-action
'((display-buffer-reuse-window display-buffer-same-window)
(reusable-frames . t)))
(customize-set-variable 'even-window-sizes nil) ; avoid resizing
(provide 'init-windowmgmt)
;;; init-windowmgmt.el ends here