summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlayman <layman@localhost>2017-03-16 20:17:51 -0400
committerlayman <layman@localhost>2017-03-16 20:17:51 -0400
commit74c1d088e6fb68719970e4ce0eaf44cb032b185a (patch)
tree755da03b56342555118eeb57974012d878f9882f /app-text/txt2tags/files
parentUpdating everything here (diff)
downloaddMaggot-74c1d088e6fb68719970e4ce0eaf44cb032b185a.tar.gz
dMaggot-74c1d088e6fb68719970e4ce0eaf44cb032b185a.tar.bz2
dMaggot-74c1d088e6fb68719970e4ce0eaf44cb032b185a.zip
No longer maintaining txt2tags
Diffstat (limited to 'app-text/txt2tags/files')
-rw-r--r--app-text/txt2tags/files/51txt2tags-gentoo.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/app-text/txt2tags/files/51txt2tags-gentoo.el b/app-text/txt2tags/files/51txt2tags-gentoo.el
deleted file mode 100644
index 0b98bd6..0000000
--- a/app-text/txt2tags/files/51txt2tags-gentoo.el
+++ /dev/null
@@ -1,6 +0,0 @@
-
-;;; 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))