Bump :editor evil
emacs-evil/evil@1e7aa5b -> emacs-evil/evil@373a57e redguardtoo/evil-nerd-commenter@87734b9 -> redguardtoo/evil-nerd-commenter@b670f69 emacs-evil/evil-collection@c136589 -> emacs-evil/evil-collection@a21725f
This commit is contained in:
parent
11faeae9a6
commit
1757dd1700
5 changed files with 32 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue