summaryrefslogtreecommitdiff
path: root/app-emacs/yatex/files/50yatex-gentoo.el
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/yatex/files/50yatex-gentoo.el')
-rw-r--r--app-emacs/yatex/files/50yatex-gentoo.el15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-emacs/yatex/files/50yatex-gentoo.el b/app-emacs/yatex/files/50yatex-gentoo.el
deleted file mode 100644
index c57be338abeb..000000000000
--- a/app-emacs/yatex/files/50yatex-gentoo.el
+++ /dev/null
@@ -1,15 +0,0 @@
-;; YaTeX-mode
-(setq auto-mode-alist
- (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist))
-(autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t)
-
-;; YaHtml-mode
-(setq auto-mode-alist
- (cons (cons "\\.html$" 'yahtml-mode) auto-mode-alist))
-(autoload 'yahtml-mode "yahtml" "Yet Another HTML mode" t)
-
-;; If your Kanji code is EUC-JP, then it is better to add following
-;; lines into .emacs, and it makes file encoding EUC.
-
-(setq YaTeX-kanji-code 3)
-(setq yahtml-kanji-code 3)