Henrik Lissner 2020-10-09 04:41:45 -04:00
parent 11faeae9a6
commit 1757dd1700
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 32 additions and 12 deletions

View file

@ -153,8 +153,10 @@ Dictionary.app behind the scenes to get definitions.")
(let ((xref-backend-functions '(etags--xref-backend t)))
(funcall orig-fn)))
;; Use `better-jumper' instead of xref's marker stack
(advice-add #'xref-push-marker-stack :around #'doom-set-jump-a)
;; This integration is already built into evil
(unless (featurep! :editor evil)
;; Use `better-jumper' instead of xref's marker stack
(advice-add #'xref-push-marker-stack :around #'doom-set-jump-a))
(use-package! ivy-xref
:when (featurep! :completion ivy)