This remap caused an infinite stack in lsp-mode
This commit is contained in:
parent
a49f3c1981
commit
4c67ca0fcf
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user