diff options
Diffstat (limited to 'oni-core.el')
| -rw-r--r-- | oni-core.el | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/oni-core.el b/oni-core.el index 8e7798b..f61c85b 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2025.0728.160458 +;; 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 @@ -417,6 +417,7 @@ _s_: String list" ;;; Vertico (vertico-mode) +(vertico-prescient-mode) (define-key vertico-map (kbd "<return>") 'vertico-directory-enter) (define-key vertico-map (kbd "<backspace>") 'vertico-directory-delete-char) @@ -479,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) @@ -591,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 |
