summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-06-24 12:39:53 -0400
committerKyle Meyer <kyle@kyleam.com>2017-06-24 12:54:23 -0400
commit90d926b984f35dc9240b104a87106c3897047888 (patch)
tree58c663030384e93b67ca8126fda7395749147de9 /init.el
parent9cde1ac71229762e30af25ba2a99c46b57b5ca1d (diff)
downloademacs.d-90d926b984f35dc9240b104a87106c3897047888.tar.gz
lispy: Reclaim "M-." for xref-find-definitions
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 8b70936..26a0b2b 100644
--- a/init.el
+++ b/init.el
@@ -1901,6 +1901,9 @@
(add-hook 'scheme-mode-hook #'lispy-mode)
:config
(setq lispy-no-permanent-semantic t)
+
+ (define-key lispy-mode-map (kbd "M-.") #'xref-find-definitions)
+
(add-hook 'lispy-mode-hook #'km/elisp-set-outline-vars)
;; This is ugly, but I haven't found another way to stop
;; `imenu-create-index-function' from being set to