.emacs-my
changeset 119 4e17d15024fb
parent 118 27add777f357
child 120 5b02710b7ffc
equal deleted inserted replaced
118:27add777f357 119:4e17d15024fb
   579   (progn
   579   (progn
   580     (add-to-list 'auto-mode-alist '("\\.[bB][aA][tT]$" . bat-mode))
   580     (add-to-list 'auto-mode-alist '("\\.[bB][aA][tT]$" . bat-mode))
   581     ;; For DOS init files
   581     ;; For DOS init files
   582     (when (equal window-system 'w32)
   582     (when (equal window-system 'w32)
   583       (add-to-list 'auto-mode-alist '("CONFIG\\." . bat-mode))
   583       (add-to-list 'auto-mode-alist '("CONFIG\\." . bat-mode))
   584       (add-to-list 'auto-mode-alist '("AUTOEXEC\\." . bat-mode))))
   584       (add-to-list 'auto-mode-alist '("AUTOEXEC\\." . bat-mode)))))
   585 
   585 
   586 ;; ======================================================================
   586 ;; ======================================================================
   587 ;;
   587 ;;
   588 ;; Spell
   588 ;; Spell
   589 
   589