equal
deleted
inserted
replaced
855 |
855 |
856 ;; ---------------------------------------------------------------------- |
856 ;; ---------------------------------------------------------------------- |
857 ;; asm |
857 ;; asm |
858 ;; (setq-default asm-comment-char 59) |
858 ;; (setq-default asm-comment-char 59) |
859 (add-hook 'asm-mode-hook '(lambda () (setq comment-start "/*") (setq comment-end "*/")) t) |
859 (add-hook 'asm-mode-hook '(lambda () (setq comment-start "/*") (setq comment-end "*/")) t) |
|
860 |
|
861 (add-to-list 'auto-mode-alist '("\\.\\([sS]79\\|[sS]\\)\\'" . asm-mode)) |
860 |
862 |
861 ;; (add-hook 'asm-mode-hook '(lambda () (local-unset-key ":"))) |
863 ;; (add-hook 'asm-mode-hook '(lambda () (local-unset-key ":"))) |
862 ;; (add-hook 'asm-mode-hook '(lambda () (local-set-key ":" ":"))) |
864 ;; (add-hook 'asm-mode-hook '(lambda () (local-set-key ":" ":"))) |
863 |
865 |
864 ;; ---------------------------------------------------------------------- |
866 ;; ---------------------------------------------------------------------- |