.emacs-my
changeset 764 1e356bb92737
parent 763 9f9d6f836095
parent 762 a4787876e986
child 766 31b6b63917df
equal deleted inserted replaced
763:9f9d6f836095 764:1e356bb92737
  1604 (add-to-list 'auto-mode-alist '("\\.inf\\'" . conf-mode))
  1604 (add-to-list 'auto-mode-alist '("\\.inf\\'" . conf-mode))
  1605 
  1605 
  1606 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1606 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1607 (message "makefile, make")
  1607 (message "makefile, make")
  1608 
  1608 
  1609 (add-to-list 'auto-mode-alist '("\\(Makefile\\|Makefile\\..+\\)\\'" . makefile-gmake-mode))
  1609 (add-to-list 'auto-mode-alist '("\\(Makefile\\|Makefile\\..+\\)\\'" . makefile-gmake-mode) t)
  1610 
  1610 
  1611 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1611 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1612 (message "asm, assembler")
  1612 (message "asm, assembler")
  1613 
  1613 
  1614 ;; (setq-default asm-comment-char 59)
  1614 ;; (setq-default asm-comment-char 59)