You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/txt2tags/files/51txt2tags-gentoo.el

7 lines
214 B

;;; 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))