summaryrefslogtreecommitdiff
path: root/app-text/txt2tags/files/51txt2tags-gentoo.el
blob: 0b98bd66b8b2027b78fc18ba61ef8ce1ed2e45eb (plain)
1
2
3
4
5
6

;;; txt2tags site-lisp configuration

(add-to-list 'load-path "@SITELISP@")
(autoload  't2t-mode "txt2tags-mode" "Major mode for editing Txt2Tags files" t)
(add-to-list 'auto-mode-alist '("\\.t2t\\'" . t2t-mode))