.emacs-my
changeset 603 291a8df0cf97
parent 602 e8242148f3dd
child 604 9084d12d924d
equal deleted inserted replaced
602:e8242148f3dd 603:291a8df0cf97
  1289 (message "lisp, elisp")
  1289 (message "lisp, elisp")
  1290 
  1290 
  1291 (setq list-command-history-max 256)
  1291 (setq list-command-history-max 256)
  1292 
  1292 
  1293 (add-hook 'emacs-lisp-mode-hook 'turn-on-eldoc-mode)
  1293 (add-hook 'emacs-lisp-mode-hook 'turn-on-eldoc-mode)
       
  1294 ;; Goto elisp definition.
       
  1295 (define-key emacs-lisp-mode-map (kbd "M-.") 'find-function-at-point)
  1294 
  1296 
  1295 ;;; ----------------------------------------------------------------
  1297 ;;; ----------------------------------------------------------------
  1296 (message "C, c-mode, C++, c++-mode")
  1298 (message "C, c-mode, C++, c++-mode")
  1297 
  1299 
  1298 (setq c-echo-syntactic-information-p t)
  1300 (setq c-echo-syntactic-information-p t)