diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2022-11-09 07:51:53 -0500 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2022-11-09 07:51:53 -0500 |
commit | 80b0697bd85d275263eeacf57e6310116afa3dd8 (patch) | |
tree | ef1da3b022a7a10e7dbe758353353bb5d4a64858 | |
parent | e3367ccdb445a8420bf0357dbc785900f469a5c1 (diff) |
Always bind jump to xref
-rw-r--r-- | lisp/general.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/general.el b/lisp/general.el index 05b7dd7..23502f3 100644 --- a/lisp/general.el +++ b/lisp/general.el @@ -142,6 +142,7 @@ (bind-key* (kbd "C-x C-f") 'counsel-find-file) (bind-key* (kbd "M-x") 'counsel-M-x) (bind-key* (kbd "C-;") 'neotree-toggle) +(bind-key* (kbd "M-.") 'xref-find-definitions) (defun my-create-file (filename) "Create a file and refresh neotree. FILENAME File to create." |