feat: add auctex
and custom latexconfig
to emacs
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
56ea36d331
commit
86cb44e2b1
2 changed files with 21 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
(straight-use-package 'justl)
|
||||
(straight-use-package 'scribble-mode)
|
||||
(straight-use-package 'go-mode)
|
||||
(straight-use-package 'auctex)
|
||||
|
||||
|
||||
;; ====== Custom =============================
|
||||
|
@ -69,6 +70,7 @@
|
|||
(load-library "orgconfig")
|
||||
(load-library "mu4econfig")
|
||||
(load-library "racket")
|
||||
(load-library "latexconfig")
|
||||
|
||||
;; ====== Hooks ==============================
|
||||
(add-hook 'after-init-hook 'global-company-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue