ADD shortcuts for elisp function refenerences

This commit is contained in:
Nathan Dwarshuis 2021-06-04 18:21:17 -04:00
parent 8b554b3039
commit f5620870c4
1 changed files with 5 additions and 0 deletions

View File

@ -4094,6 +4094,11 @@ They removed the underscore-inserts-arrow feature. Bring it back.
(:send-group . eval-defun)
(:send-buffer . eval-buffer))
(nd/hydra-standard-nav emacs-lisp-mode-map
(:def-at . xref-find-definitions)
(:def-at-new-win . xref-find-definitions-other-window)
(:asgn-at . xref-find-references))
(define-key emacs-lisp-mode-map (kbd "M-RET") #'emr-show-refactor-menu)
#+END_SRC
*** clojure