From: gobo72@gmail.com Date: Tue, 2 Oct 2012 13:38:50 +0000 (+0000) Subject: Correction emacsrc pour les fichiers .mak X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=1f939e62f6f5ccbd393bcf2f61daaf164c284580;p=hvlinux.git Correction emacsrc pour les fichiers .mak --- diff --git a/stage5/misc/emacs/emacsrc b/stage5/misc/emacs/emacsrc index 0142ea8..edc927a 100644 --- a/stage5/misc/emacs/emacsrc +++ b/stage5/misc/emacs/emacsrc @@ -157,7 +157,7 @@ (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)) +(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