aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-07-06 23:24:33 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-07-06 23:24:33 -0400
commitac85c09a34348e0fa77bd905b8954a8b76dc51af (patch)
treed109d3168b69b139f53d89f5cc9ed619e8fd1b23
parentFix bug, too sleepy to describe, fuck it (diff)
downloadmmosmacs-ac85c09a34348e0fa77bd905b8954a8b76dc51af.tar.gz
mmosmacs-ac85c09a34348e0fa77bd905b8954a8b76dc51af.tar.bz2
mmosmacs-ac85c09a34348e0fa77bd905b8954a8b76dc51af.zip
Add `pdf-tools`
-rw-r--r--init.el18
1 files changed, 18 insertions, 0 deletions
diff --git a/init.el b/init.el
index 8deb773..8c7f12e 100644
--- a/init.el
+++ b/init.el
@@ -729,6 +729,24 @@
729 729
730 730
731;; --------------------------------------------------------------------- 731;; ---------------------------------------------------------------------
732;;; Documents
733;; ----------
734;; Stuff for working with various document formats.
735;; ---------------------------------------------------------------------
736
737;; ---------------------------------
738;; PDF
739;; ---
740;; Stuff for working with PDF files
741;; ---------------------------------
742
743(use-package pdf-tools
744 :straight t)
745
746
747
748
749;; ---------------------------------------------------------------------
732;;; Personal Knowledge Management System (PKMS) 750;;; Personal Knowledge Management System (PKMS)
733;; -------------------------------------------- 751;; --------------------------------------------
734;; Using `org', `org-roam', and a note-hierarchy I've developed over 752;; Using `org', `org-roam', and a note-hierarchy I've developed over