Add AUCTeX
This commit is contained in:
parent
e146d00597
commit
d0a62132d0
1 changed files with 6 additions and 0 deletions
6
init.el
6
init.el
|
@ -228,6 +228,12 @@
|
|||
(add-hook 'gnu-apl-interactive-mode-hook 'em-gnu-apl-init)
|
||||
(add-hook 'gnu-apl-mode-hook 'em-gnu-apl-init))
|
||||
|
||||
(use-package tex-site
|
||||
:defer t
|
||||
:ensure auctex
|
||||
:config
|
||||
(setq TeX-auto-save t))
|
||||
|
||||
(use-package restclient
|
||||
:ensure t
|
||||
:defer t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue