update packages

This commit is contained in:
2022-01-04 21:35:17 +01:00
parent 1d5275c946
commit 8de00e5202
700 changed files with 42441 additions and 85378 deletions

View File

@@ -31,7 +31,7 @@
(file-name-directory load-file-name))))
(defun pdf-dev-reload ()
"Reload lisp files from source."
"Reload Lisp files from source."
(interactive)
(let ((default-directory (expand-file-name
"lisp"
@@ -53,8 +53,8 @@ Quits the server and sets `pdf-info-epdfinfo-program' to
Installs a `compilation-finish-functions' which will restart
epdfinfo after a successful recompilation.
Sets up `load-path' and reloads all PDF Tools lisp files."
nil nil nil
Sets up `load-path' and reloads all PDF Tools Lisp files."
:group 'pdf-dev
(let ((lisp-dir (expand-file-name "lisp" pdf-dev-root-directory)))
(setq load-path (remove lisp-dir load-path))
(cond
@@ -71,6 +71,10 @@ Sets up `load-path' and reloads all PDF Tools lisp files."
(remove-hook 'compilation-finish-functions 'pdf-dev-compilation-finished)))))
(defun pdf-dev-compilation-finished (buffer status)
"Restart the epdfinfo server.
BUFFER is the PDF buffer and STATUS is the compilation status of
building epdfinfo."
(with-current-buffer buffer
(when (and (equal status "finished\n")
(file-equal-p