From ac85c09a34348e0fa77bd905b8954a8b76dc51af Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:24:33 -0400 Subject: Add `pdf-tools` --- init.el | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 8deb773..8c7f12e 100644 --- a/init.el +++ b/init.el @@ -728,6 +728,24 @@ +;; --------------------------------------------------------------------- +;;; Documents +;; ---------- +;; Stuff for working with various document formats. +;; --------------------------------------------------------------------- + +;; --------------------------------- +;; PDF +;; --- +;; Stuff for working with PDF files +;; --------------------------------- + +(use-package pdf-tools + :straight t) + + + + ;; --------------------------------------------------------------------- ;;; Personal Knowledge Management System (PKMS) ;; -------------------------------------------- -- cgit v1.2.3