summaryrefslogtreecommitdiff
path: root/elpa/auctex-13.1.3/style/amstext.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/auctex-13.1.3/style/amstext.el')
-rw-r--r--elpa/auctex-13.1.3/style/amstext.el20
1 files changed, 0 insertions, 20 deletions
diff --git a/elpa/auctex-13.1.3/style/amstext.el b/elpa/auctex-13.1.3/style/amstext.el
deleted file mode 100644
index 96f1dd1..0000000
--- a/elpa/auctex-13.1.3/style/amstext.el
+++ /dev/null
@@ -1,20 +0,0 @@
-;;; amstext.el --- Style hook for the AMS-LaTeX amstext package. -*- lexical-binding: t; -*-
-;;;
-;;; AUTHOR: Carsten Dominik <dominik@strw.leidenuniv.nl>
-
-;;; Code:
-
-(require 'tex)
-(require 'latex)
-
-(TeX-add-style-hook
- "amstext"
- (lambda ()
- (TeX-add-symbols
- '("text" t)))
- TeX-dialect)
-
-(defvar LaTeX-amstext-package-options nil
- "Package options for the amstext package.")
-
-;;; amstext.el ends here.