Show the pdf compilation window while its building
Even if its output isn't entirely visible (because it redraws once a second), this is better feedback that something is going on.
This commit is contained in:
parent
678a5d1f7c
commit
6f31d774b9
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@
|
|||
(with-current-buffer buffer (fundamental-mode)))
|
||||
(while compilation-in-progress
|
||||
;; Block until `pdf-tools-install' is done
|
||||
(redisplay)
|
||||
(sleep-for 1))
|
||||
;; HACK If pdf-tools was loaded by you opening a pdf file, once
|
||||
;; `pdf-tools-install' completes, `pdf-view-mode' will throw an error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue