From d92d64a0724ea69f0b44286bbd1fbff078ed4b62 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Mon, 11 Oct 2010 15:04:39 +0100 Subject: perl&html modes for TT and tests --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 20962e1..16441f1 100755 --- a/init.el +++ b/init.el @@ -190,6 +190,9 @@ (require 'perl-completion) (perl-completion-mode t))) +(add-to-list 'auto-mode-alist '("\\.tt$" . html-mode)) +(add-to-list 'auto-mode-alist '("\\.t$" . perl-mode)) + ; I use references in my LaTeX files (add-hook 'latex-mode-hook 'turn-on-reftex) ; sometimes I edit POVRay files (mode from http://www.xahlee.org/3d/povray_emacs.html ) -- cgit v1.2.3