diff options
| author | 2026-05-26 11:47:32 -0700 | |
|---|---|---|
| committer | 2026-05-26 11:48:16 -0700 | |
| commit | a44d06182fbcb6b424b4ac699c69f7132c68acb6 (patch) | |
| tree | 2fa8d32ee61d8c721804722adc26d01d4fbbf84e | |
| parent | 6d25ebf3c23c5edeb5ee540b5b27904cb690946d (diff) | |
| download | emacs-config-a44d06182fbcb6b424b4ac699c69f7132c68acb6.tar.gz emacs-config-a44d06182fbcb6b424b4ac699c69f7132c68acb6.zip | |
oni-core: Make switching buffers listen to ‘display-buffer-alist’
| -rw-r--r-- | oni-core.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/oni-core.el b/oni-core.el index 6be9a36..f61c85b 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2026.0515.153831 +;; Version: 2026.0526.114714 ;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview mixed-pitch ace-window vertico marginalia orderless consult embark docstr mini-frame) ;; This program is free software; you can redistribute it and/or modify @@ -594,5 +594,9 @@ of the buffer name." (setq uniquify-buffer-name-style 'oni-core-colored-post-forward-angle-brackets) +;;; Make switching buffers obey ‘display-buffer-alist’ + +(setq switch-to-buffer-obey-display-actions t) + (provide 'oni-core) ;;; oni-core.el ends here |
