summaryrefslogtreecommitdiffstats
path: root/ravi-init-tex.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2014-11-03 16:46:49 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2014-11-03 16:46:49 (GMT)
commit0ab3bac82e50b8f1e3de0ab3f1d2510ac519dd7a (patch)
treefcce63cb3cc2284970a56b14104732e6fc35360b /ravi-init-tex.el
parent5c1da46756e59301996f21cc8026ddb811cf7822 (diff)
downloaddotemacs-0ab3bac82e50b8f1e3de0ab3f1d2510ac519dd7a.zip
dotemacs-0ab3bac82e50b8f1e3de0ab3f1d2510ac519dd7a.tar.gz
dotemacs-0ab3bac82e50b8f1e3de0ab3f1d2510ac519dd7a.tar.bz2
Start replacement of auto-complete with company-mode
Diffstat (limited to 'ravi-init-tex.el')
-rw-r--r--ravi-init-tex.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/ravi-init-tex.el b/ravi-init-tex.el
index 4bb9349..298de5d 100644
--- a/ravi-init-tex.el
+++ b/ravi-init-tex.el
@@ -43,10 +43,6 @@
;; fix the "bug" in SP regexp wrap that treats ' as "word"
(modify-syntax-entry ?' ".")
- (use-package ac-math
- :ensure t
- )
-
(require 'smartparens-latex)
(sp-local-pair 'latex-mode "\\begin" "\\end")
(sp-local-tag 'latex-mode "\\ba" "\\begin{align*}" "\\end{align*}")
@@ -154,11 +150,6 @@ starting with \\ and followed by a block of text enclosed in {}."
(setq fill-column 100000)
- (setq ac-sources
- (append '(ac-source-math-unicode ac-source-math-latex ac-source-latex-commands)
- ac-sources))
- (auto-complete-mode 1)
-
(message "LaTeX mode init complete."))
;; ACUTeX replaces latex-mode-hook with LaTeX-mode-hook
(add-hook 'LaTeX-mode-hook 'my-LaTeX-mode-init)