Added association for IAR asm file.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 16 Oct 2009 11:46:00 +0300
changeset 186 8c74e1ac4da1
parent 185 9c2934c3d8ca
child 187 3a0f6acd7e2b
Added association for IAR asm file.
.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 ":" ":")))