Emacs: Prolog support.

master
Ambrevar 2012-10-09 11:57:49 +02:00
parent b601e61556
commit d671c813f5
1 changed files with 9 additions and 0 deletions

9
.emacs
View File

@ -239,6 +239,15 @@ browse-url-browser-function 'browse-url-generic)
auto-mode-alist)
)
;; Read pl files in prolog mode.
;; WARNING: this extension is shared with Perl.
(setq auto-mode-alist
(append
'(("\\.pl\\'" . prolog-mode)
)
auto-mode-alist)
)
;; Mutt support.
(setq auto-mode-alist
(append