Skip to content

Commit

Permalink
fix(dumb-jump): fixes find reference in C/C++
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 4, 2023
1 parent dd32645 commit 02a7f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ the children of class at point."
"cj" '(+dumb-jump-hydra/body :wk "+dumb-jump-hydra"))
;; Use as xref backend
(with-eval-after-load 'xref
(add-hook 'xref-backend-functions #'dumb-jump-xref-activate 101))
(add-hook 'xref-backend-functions #'dumb-jump-xref-activate))
:config
;; Define Hydra keybinding (from the repo's examples)
(defhydra +dumb-jump-hydra (:color blue :hint nil :foreign-keys warn)
Expand Down

0 comments on commit 02a7f39

Please sign in to comment.