dotfiles/doom/config/lang/latex.el

7 lines
227 B
EmacsLisp
Raw Normal View History

2024-03-19 20:37:52 +00:00
;;; $DOOMDIR/config/lang/latex.el -*- lexical-binding: t; -*-
;; Add Tectonic as a compiler for LaTeX
(after! (latex tex)
(add-to-list 'TeX-command-list
'("Tectonic" "tectonic %s.tex" TeX-run-command nil t)))