Ajout fichiers .mak au mode Makefile.
[hvlinux.git] / stage5 / misc / emacs / emacsrc
index 4664123..0142ea8 100644 (file)
 ;; Default for Altium Delphi scripts (.pas) files -> linux mode.
 (add-to-list 'auto-mode-alist '("\\.pas$" . delphi-mode))
 
+;; Add the .mak suffix to the auto-mode-alist:
+(setq auto-mode-alist (cons '("\\.mak\\'" . makefile-mode) auto-mode-alist))
+
 ;; When an Emacs init file gets large or has a lot of function definitions, you
 ;; should consider compiling it: it will load faster when Emacs starts, and its
 ;; functions will execute faster.