Add docstring for latex-save-and-compile

This commit is contained in:
Adam Goldsmith 2019-05-30 00:41:02 -04:00
parent 06e8558848
commit a8a38a27db
1 changed files with 1 additions and 0 deletions

View File

@ -670,6 +670,7 @@
:config
(setq-default TeX-command-extra-options "-shell-escape")
(defun latex-save-and-compile ()
"Pretty much what it says on the tin"
(interactive)
(save-buffer)
(TeX-command "LaTeX" 'TeX-master-file -1))