Scrif mode
This commit is contained in:
parent
09ed893f1f
commit
e584e27359
2 changed files with 15 additions and 3 deletions
6
init.el
6
init.el
|
@ -244,6 +244,12 @@
|
|||
(setq org-noter-property-doc-file "INTERLEAVE_PDF"
|
||||
org-noter-property-note-location "INTERLEAVE_PAGE_NOTE"))
|
||||
|
||||
(use-package org-sidebar
|
||||
:bind ("C-c C-x s" . org-sidebar-tree))
|
||||
|
||||
(use-package org-wc
|
||||
:bind ("C-c C-x w" . org-wc-display))
|
||||
|
||||
(unless (iswin) (use-package pdf-tools
|
||||
;; view pdfs
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue