summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2022-11-09 07:51:53 -0500
committerMatthew Kosarek <mattkae@protonmail.com>2022-11-09 07:51:53 -0500
commit80b0697bd85d275263eeacf57e6310116afa3dd8 (patch)
treeef1da3b022a7a10e7dbe758353353bb5d4a64858 /lisp
parente3367ccdb445a8420bf0357dbc785900f469a5c1 (diff)
Always bind jump to xref
Diffstat (limited to 'lisp')
-rw-r--r--lisp/general.el1
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."