|
|
|
@ -187,9 +187,6 @@
|
|
|
|
|
(setq deft-current-sort-method 'title)
|
|
|
|
|
(setq deft-recursive t))
|
|
|
|
|
|
|
|
|
|
(use-package interleave)
|
|
|
|
|
;; for annotating pdfs in an org file
|
|
|
|
|
|
|
|
|
|
(use-package markdown-mode
|
|
|
|
|
:mode (("README\\.md\\'" . gfm-mode)
|
|
|
|
|
("\\.md\\'" . markdown-mode)
|
|
|
|
@ -213,6 +210,12 @@
|
|
|
|
|
:config
|
|
|
|
|
(setq neo-theme (if (display-graphic-p) 'icons 'arrow)))
|
|
|
|
|
|
|
|
|
|
(use-package org-noter
|
|
|
|
|
;; interleave replacement
|
|
|
|
|
:config
|
|
|
|
|
(setq org-noter-property-doc-file "INTERLEAVE_PDF"
|
|
|
|
|
org-noter-property-note-location "INTERLEAVE_PAGE_NOTE"))
|
|
|
|
|
|
|
|
|
|
(unless (iswin) (use-package pdf-tools
|
|
|
|
|
;; view pdfs
|
|
|
|
|
:config
|
|
|
|
|