diff options
author | 2017-03-16 20:17:51 -0400 | |
---|---|---|
committer | 2017-03-16 20:17:51 -0400 | |
commit | 74c1d088e6fb68719970e4ce0eaf44cb032b185a (patch) | |
tree | 755da03b56342555118eeb57974012d878f9882f /app-text/txt2tags/files | |
parent | Updating everything here (diff) | |
download | dMaggot-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.el | 6 |
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)) |