Replace interleave
This commit is contained in:
parent
3f2a422d0a
commit
c75484e7f2
1 changed files with 6 additions and 3 deletions
9
init.el
9
init.el
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue