Skip to content
Nicholas Vollmer edited this page Jul 12, 2023 · 4 revisions

Developer's Note

I do not use Nix. The information on this page has been contributed by Nix users.

pdf-tools

The pdf-tools package depends on the epdfinfo binary. If you opt to install the package via Nix (e.g. by adding emacsPackages.pdf-tools to your installed packages) you'll want to prevent Elpaca from installing the package. For example:

(use-package pdf-tools :elpaca nil)
Clone this wiki locally