summaryrefslogtreecommitdiff
path: root/dev-cpp/ctemplate/files/70ctemplate-gentoo.el
blob: a7fce964c3e4aa09869f4570fab7371275f95198 (plain)
1
2
3
4
5
6
7
;;; 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)))