From a8a38a27dbb8f61fa7ca9335f46addaf63161d56 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 30 May 2019 00:41:02 -0400 Subject: [PATCH] Add docstring for latex-save-and-compile --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7704ec4..7f9775b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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))