diff options
author | 2012-06-05 00:52:17 -0500 | |
---|---|---|
committer | 2012-06-05 00:52:17 -0500 | |
commit | e7ee4609e41fe3fea4ec3f293b8e35780f9a8733 (patch) | |
tree | 05616e9925409fe0571c4fb9aa417c3cd10346f5 /app-text/txt2tags/files | |
parent | Adding missing profiles (diff) | |
download | dMaggot-e7ee4609e41fe3fea4ec3f293b8e35780f9a8733.tar.gz dMaggot-e7ee4609e41fe3fea4ec3f293b8e35780f9a8733.tar.bz2 dMaggot-e7ee4609e41fe3fea4ec3f293b8e35780f9a8733.zip |
Adding txt2tags to the overlay to have Python support
Diffstat (limited to 'app-text/txt2tags/files')
-rw-r--r-- | app-text/txt2tags/files/51txt2tags-gentoo.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app-text/txt2tags/files/51txt2tags-gentoo.el b/app-text/txt2tags/files/51txt2tags-gentoo.el new file mode 100644 index 0000000..0b98bd6 --- /dev/null +++ b/app-text/txt2tags/files/51txt2tags-gentoo.el @@ -0,0 +1,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)) |