This commit is contained in:
Zelong Kuang
2026-02-08 23:44:31 +11:00
parent 7a36bc79fc
commit 0fa71217ac
3 changed files with 8 additions and 2 deletions

View File

@@ -32,6 +32,10 @@
(grep-apply-setting
'grep-find-template "rg --color=auto --null -nH --no-heading -e <R> <D>")))
(use-package pdf-tools)
(use-package pdf-tools
:init
(pdf-tools-install))
(provide 'init-utils)