Add additional xref keybindings
This commit is contained in:
parent
e1d3e98771
commit
91e7bcacc1
@ -620,8 +620,10 @@ Emacs has a shell for every mood!
|
||||
** Code commands
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(jdormit/define-prefix "c" "code")
|
||||
(general-def 'normal "SPC cd" #'xref-find-definitions)
|
||||
(general-def 'normal "SPC cr" #'xref-find-references)
|
||||
(leader-def-key "cd" #'xref-find-definitions)
|
||||
(leader-def-key "cr" #'xref-find-references)
|
||||
(leader-def-key "ca" #'xref-find-apropos)
|
||||
(general-def 'normal "M-." #'xref-find-definitions)
|
||||
#+END_SRC
|
||||
* Whitespace Visualation
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
Loading…
Reference in New Issue
Block a user