diff options
-rw-r--r-- | init.el | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 | |||
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 |