diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-10-07 14:10:29 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-10-07 14:10:29 +0100 |
commit | 6422bea95f652c78e7a60de8704155b36c592671 (patch) | |
tree | 45e887dcb52fb1b4e397f08bdeb46ade4f91f4a9 /.emacs.d/lisp/init-minibuffer.el | |
parent | 9dd74d2b9807608576b82d5b44100c997bdcb36d (diff) | |
download | dotfiles-6422bea95f652c78e7a60de8704155b36c592671.tar.gz |
Move consult xref config into xref config
Diffstat (limited to '.emacs.d/lisp/init-minibuffer.el')
-rw-r--r-- | .emacs.d/lisp/init-minibuffer.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el index c9fc506..92934c3 100644 --- a/.emacs.d/lisp/init-minibuffer.el +++ b/.emacs.d/lisp/init-minibuffer.el @@ -321,11 +321,6 @@ DEFS is a plist associating completion categories to commands." ("M-P" . consult-toggle-preview) ("C-x C-M-x" . remove-leading-hash))) - :init - ;; Use Consult to select xref locations with preview - (setq xref-show-xrefs-function #'consult-xref - xref-show-definitions-function #'consult-xref) - :config ;; Configure register formatting. This improves the register |