-
-
Notifications
You must be signed in to change notification settings - Fork 45
Usage with Nix
Nicholas Vollmer edited this page Jul 12, 2023
·
4 revisions
I do not use Nix. The information on this page has been contributed by Nix users.
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)