1
0
Fork 0

fix(emacs): remove remaining company packages

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-08-25 17:24:31 -07:00
parent 9e3a59778c
commit 0d16a629f9
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
3 changed files with 0 additions and 17 deletions

View file

@ -7,9 +7,6 @@
(require 'cdlatex)
(require 'f)
(require 'company)
(require 'company-math)
(defun custom-compile-latex ()
"Run the `just' command -- the command I use to compile my environment."
(interactive)
@ -122,10 +119,6 @@
(set (make-local-variable 'LaTeX-electric-left-right-brace) t)
(set 'preview-scale-function 0.75)
(setq-local company-backends
(append '((company-math-symbols-latex company-latex-commands))
company-backends))
(LaTeX-add-environments
'("theorem" latex-env-theorem)
'("corollary" latex-env-theorem)