diff --git a/configs/init-prog.el b/configs/init-prog.el index 7579117..a5d12cc 100644 --- a/configs/init-prog.el +++ b/configs/init-prog.el @@ -29,7 +29,7 @@ :autoload xref-show-definitions-completing-read :bind (("M-." . xref-find-definitions) ("M-," . xref-go-back) - ("C-," . xref-find-references)) + ("C-." . xref-find-references)) :init ;; Use faster search tool (when (executable-find "rg")