summaryrefslogtreecommitdiff
path: root/elpa/auctex-13.1.3/style/english.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/auctex-13.1.3/style/english.el')
-rw-r--r--elpa/auctex-13.1.3/style/english.el15
1 files changed, 0 insertions, 15 deletions
diff --git a/elpa/auctex-13.1.3/style/english.el b/elpa/auctex-13.1.3/style/english.el
deleted file mode 100644
index f8477bb..0000000
--- a/elpa/auctex-13.1.3/style/english.el
+++ /dev/null
@@ -1,15 +0,0 @@
-;;; english.el --- Setup AUCTeX for editing English text. -*- lexical-binding: t; -*-
-
-;;; Code:
-
-(require 'tex)
-
-(TeX-add-style-hook
- "english"
- (lambda ()
- (unless (eq (car TeX-quote-language) 'override)
- (setq TeX-quote-language nil))
- (run-hooks 'TeX-language-en-hook))
- TeX-dialect)
-
-;;; english.el ends here