diff options
| -rw-r--r-- | auctex-cont-latexmk.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auctex-cont-latexmk.el b/auctex-cont-latexmk.el index b3b2035..74884e1 100644 --- a/auctex-cont-latexmk.el +++ b/auctex-cont-latexmk.el @@ -345,7 +345,7 @@ This is called from the compilation buffer when it is killed." ;;;###autoload (define-minor-mode auctex-cont-latexmk-mode "If enabled, run latexmk on the current tex file." - :lighter nil + :lighter " ⟲" (cond (auctex-cont-latexmk-mode (let ((buf (current-buffer)) |
