My init.el file includes the line (pdf-tools-install)
Recently whenever I open emacs I get the message
"Need to (re)build the epdfinfo program, do it now" (y or n)
which is rather annoying.
I can't quite work out what to do in order to stop this from happening, and I can swear I remember this was not an issue when I originally set up pdf-tools. Has anyone come across this before, and/or know what to do?
yand everything was fine. What happens when you pressy? – Aquaactress Dec 30 '19 at 18:03yand thankfully everything compiles nicely. However, I would prefer to avoid having to pressyand wait ~10 seconds to start using emacs. – nonreligious Dec 30 '19 at 22:48M-x pdf-info-check-epdfinfo. Probably you can fix the problem yourself with the error message emitted by that command. Otherwise add the error message to your question. Maybe, you should runM-x pdf-info-check-epdfinfobefore runningpdf-tools-install. One possible reason forpdf-tools-installto fail is a wrong configuration ofpdf-info-epdfinfo-program. If that is the case just delete any customization of that variable. – Tobias Jan 31 '20 at 13:56