.emacs-my
changeset 36 4261883ccdb6
parent 35 691635158df5
child 38 90354c640342
child 55 7faba42a825d
equal deleted inserted replaced
35:691635158df5 36:4261883ccdb6
   706 (add-to-list 'compilation-mode-font-lock-keywords '("\\(/[Oo][Uu][Tt]:[^ 	]+\\)" . 1))
   706 (add-to-list 'compilation-mode-font-lock-keywords '("\\(/[Oo][Uu][Tt]:[^ 	]+\\)" . 1))
   707 (add-to-list 'compilation-mode-font-lock-keywords '("[ 	]\\(/F[oe][^ 	]+\\)" . 1))
   707 (add-to-list 'compilation-mode-font-lock-keywords '("[ 	]\\(/F[oe][^ 	]+\\)" . 1))
   708 
   708 
   709 ;; ----------------------------------------------------------------------
   709 ;; ----------------------------------------------------------------------
   710 ;; asm
   710 ;; asm
   711 (setq-default asm-comment-char 0)
   711 ;; (setq-default asm-comment-char 59)
   712 
   712 (add-hook 'asm-mode-hook '(lambda () (setq comment-start "/*") (setq comment-end "*/")) t)
   713 
   713 
   714 ;; ----------------------------------------------------------------------
   714 ;; ----------------------------------------------------------------------
   715 ;; LISP
   715 ;; LISP
   716 (setq list-command-history-max 256)
   716 (setq list-command-history-max 256)
   717 
   717