blob: a7fce964c3e4aa09869f4570fab7371275f95198 [file] [log] [blame]
;;; ctemplate site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(setq auto-mode-alist (cons '("\\.tpl$" . tpl-mode) auto-mode-alist))
(autoload 'tpl-mode "tpl-mode" "Major mode for editing CTemplate files." t)
(add-hook 'tpl-mode-hook '(lambda () (font-lock-mode 1)))