forked from colonelpanic/dotfiles
[Emacs] Use prebuilt auctex
This commit is contained in:
parent
b01be33386
commit
1db8fe3088
@ -3608,7 +3608,9 @@ alphanumeric characters only."
|
|||||||
*** TeX
|
*** TeX
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package tex
|
(use-package tex
|
||||||
:straight auctex
|
:straight (auctex :host github :repo "raxod502/auctex"
|
||||||
|
:branch "fork/1"
|
||||||
|
:files (:defaults (:exclude "doc/*.texi")))
|
||||||
:commands TeX-mode
|
:commands TeX-mode
|
||||||
:preface
|
:preface
|
||||||
(progn
|
(progn
|
||||||
|
Loading…
Reference in New Issue
Block a user