.emacs-my
changeset 602 e8242148f3dd
parent 601 7be9c0c0ffb7
child 603 291a8df0cf97
equal deleted inserted replaced
601:7be9c0c0ffb7 602:e8242148f3dd
  1284 (when (fboundp 'iar4-linker-config-mode)
  1284 (when (fboundp 'iar4-linker-config-mode)
  1285   (add-to-list 'auto-mode-alist '("\\.xcl\\'" . iar4-linker-config-mode))
  1285   (add-to-list 'auto-mode-alist '("\\.xcl\\'" . iar4-linker-config-mode))
  1286   )
  1286   )
  1287 
  1287 
  1288 ;;; ----------------------------------------------------------------
  1288 ;;; ----------------------------------------------------------------
  1289 (message "lisp")
  1289 (message "lisp, elisp")
  1290 
  1290 
  1291 (setq list-command-history-max 256)
  1291 (setq list-command-history-max 256)
       
  1292 
       
  1293 (add-hook 'emacs-lisp-mode-hook 'turn-on-eldoc-mode)
  1292 
  1294 
  1293 ;;; ----------------------------------------------------------------
  1295 ;;; ----------------------------------------------------------------
  1294 (message "C, c-mode, C++, c++-mode")
  1296 (message "C, c-mode, C++, c++-mode")
  1295 
  1297 
  1296 (setq c-echo-syntactic-information-p t)
  1298 (setq c-echo-syntactic-information-p t)