fix(doom): use Nix pdf-tools & emacsql-sqlite

This commit is contained in:
Infinidoge 2023-01-14 19:13:26 -05:00
parent 5894ac3d48
commit 3185396c41
2 changed files with 4 additions and 2 deletions

View file

@ -48,3 +48,6 @@
;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t)
(package! emacsql-sqlite :built-in 'prefer)
(package! pdf-tools :built-in 'prefer)