# HG changeset patch # User Oleksandr Gavenko # Date 1255682760 -10800 # Node ID 8c74e1ac4da182cc19653272f14e1ae690e3f5b0 # Parent 9c2934c3d8ca8068e5518335255ca11a9fde5eaa Added association for IAR asm file. diff -r 9c2934c3d8ca -r 8c74e1ac4da1 .emacs-my --- a/.emacs-my Thu Oct 15 15:45:15 2009 +0300 +++ b/.emacs-my Fri Oct 16 11:46:00 2009 +0300 @@ -858,6 +858,8 @@ ;; (setq-default asm-comment-char 59) (add-hook 'asm-mode-hook '(lambda () (setq comment-start "/*") (setq comment-end "*/")) t) +(add-to-list 'auto-mode-alist '("\\.\\([sS]79\\|[sS]\\)\\'" . asm-mode)) + ;; (add-hook 'asm-mode-hook '(lambda () (local-unset-key ":"))) ;; (add-hook 'asm-mode-hook '(lambda () (local-set-key ":" ":")))