diff options
Diffstat (limited to 'oni-core.el')
| -rw-r--r-- | oni-core.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/oni-core.el b/oni-core.el index 711ac76..f61c85b 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2026.0501.115317 +;; 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 @@ -480,6 +480,8 @@ _s_: String list" (consult-customize consult-buffer consult-bookmark :preview-key nil)) +(setq xref-show-definitions-function 'consult-xref) + ;;; Embark (global-set-key (kbd "C-.") 'embark-act) @@ -592,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 |
