Skip to content

Commit

Permalink
Bind find-function-at-point to M-.
Browse files Browse the repository at this point in the history
  • Loading branch information
rejeep committed Apr 11, 2012
1 parent 45aedd6 commit 765572d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rejeep-lisp.el
Expand Up @@ -13,6 +13,7 @@
(2 font-lock-function-name-face nil t))))))

(define-key lisp-mode-shared-map (kbd "M-&") 'lisp-complete-symbol)
(define-key emacs-lisp-mode-map (kbd "M-.") 'find-function-at-point)

(add-to-list 'interpreter-mode-alist '("emacs" . emacs-lisp-mode))

Expand Down

0 comments on commit 765572d

Please sign in to comment.