fix(emacs): remove remaining company packages
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
9e3a59778c
commit
0d16a629f9
3 changed files with 0 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue