diff options
| -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) |
