# HG changeset patch # User Oleksandr Gavenko # Date 1300646635 -7200 # Node ID 291a8df0cf97011f59f0a8b2c18a4d7559c2dccd # Parent e8242148f3ddbfc4fd531360e95c295a5f08d2ca Goto elisp definition. diff -r e8242148f3dd -r 291a8df0cf97 .emacs-my --- a/.emacs-my Sun Mar 20 20:42:06 2011 +0200 +++ b/.emacs-my Sun Mar 20 20:43:55 2011 +0200 @@ -1291,6 +1291,8 @@ (setq list-command-history-max 256) (add-hook 'emacs-lisp-mode-hook 'turn-on-eldoc-mode) +;; Goto elisp definition. +(define-key emacs-lisp-mode-map (kbd "M-.") 'find-function-at-point) ;;; ---------------------------------------------------------------- (message "C, c-mode, C++, c++-mode")