This commit is contained in:
Henrik Lissner 2015-05-03 01:49:17 -04:00
parent c70021d350
commit d0cc583e19
5 changed files with 19 additions and 14 deletions

View file

@ -26,7 +26,7 @@
(λ (let ((func (function-called-at-point)))
(if func (find-function-other-window func)))))
(bind 'motion emacs-lisp-mode-map "g r" 'my:elisp-eval)
(bind 'motion emacs-lisp-mode-map "gr" 'my:elisp-eval)
;; TODO Add clojure support
;; TODO Add scheme support