aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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