From 131d3a522878352b702de2f1ce9a5d7462f16e04 Mon Sep 17 00:00:00 2001 From: gobo72 Date: Mon, 24 Sep 2012 22:43:54 +0000 Subject: [PATCH 1/1] Ajout fichiers .mak au mode Makefile. --- stage5/misc/emacs/emacsrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stage5/misc/emacs/emacsrc b/stage5/misc/emacs/emacsrc index 4664123..0142ea8 100644 --- a/stage5/misc/emacs/emacsrc +++ b/stage5/misc/emacs/emacsrc @@ -156,6 +156,9 @@ ;; 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. -- 2.20.1