diff options
Diffstat (limited to 'ravi-init-tex.el')
| -rw-r--r-- | ravi-init-tex.el | 9 |
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) |
