diff options
| author | 2026-05-15 15:38:55 -0700 | |
|---|---|---|
| committer | 2026-05-15 15:38:55 -0700 | |
| commit | e408669b2a6262ad9cca438f0ab5de81a2d18444 (patch) | |
| tree | 1bae9a364545868cdcb55fc9dbbff425977a64ab | |
| parent | 6c471e39854f2c7f86c06c97cf41c1fa901008dc (diff) | |
| download | emacs-config-e408669b2a6262ad9cca438f0ab5de81a2d18444.tar.gz emacs-config-e408669b2a6262ad9cca438f0ab5de81a2d18444.zip | |
oni-core: Use consult to show xref results
| -rw-r--r-- | oni-core.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-core.el b/oni-core.el index 711ac76..6be9a36 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.0515.153831 ;; 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) |
