This remap caused an infinite stack in lsp-mode

This commit is contained in:
Jeremy Dormitzer 2022-04-14 10:12:17 -04:00
parent a49f3c1981
commit 4c67ca0fcf
2 changed files with 0 additions and 2 deletions

View File

@ -102,7 +102,6 @@ targets."
((emacs normal motion insert visual) "M-." #'embark-dwim)
("C-." #'embark-act)
("M-." #'embark-dwim)
([remap xref-find-definitions] #'embark-dwim)
(embark-file-map "s" #'sudo-edit-find-file
"l" #'vlf
"g" #'magit-file-dispatch)

View File

@ -32,7 +32,6 @@
:config
(evil-collection-xref-setup)
:general
(normal "M-." #'xref-find-definitions)
(normal "M-," #'xref-pop-marker-stack)
(normal "M-r" #'xref-find-references)
:custom