mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
elisp-site-file-install() adds the line by itself. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
6 lines
243 B
EmacsLisp
6 lines
243 B
EmacsLisp
(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)))
|