init.el: Fix typo for xref bindings
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
8938e61a52
commit
e53acfff28
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -376,9 +376,9 @@
|
||||||
"dp" 'dumb-jump-go-prompt
|
"dp" 'dumb-jump-go-prompt
|
||||||
;; xref
|
;; xref
|
||||||
"xv" 'visit-tags-table
|
"xv" 'visit-tags-table
|
||||||
"xd" 'xref-find-definition
|
"xd" 'xref-find-definitions
|
||||||
"xr" 'xref-find-references
|
"xr" 'xref-find-references
|
||||||
"xa" 'xref-find-appropos
|
"xa" 'xref-find-apropos
|
||||||
"xf" 'xref-find-definitions-other-frame
|
"xf" 'xref-find-definitions-other-frame
|
||||||
"xp" 'xref-pop-marker-stack
|
"xp" 'xref-pop-marker-stack
|
||||||
"xq" 'xref-query-replace-in-results
|
"xq" 'xref-query-replace-in-results
|
||||||
|
|
Loading…
Reference in a new issue