Interim commit for testing windows compatibility
This commit is contained in:
parent
50b55fc590
commit
e1e1670687
1 changed files with 10 additions and 7 deletions
17
init.el
17
init.el
|
@ -245,11 +245,13 @@
|
||||||
(setq org-noter-property-doc-file "INTERLEAVE_PDF"
|
(setq org-noter-property-doc-file "INTERLEAVE_PDF"
|
||||||
org-noter-property-note-location "INTERLEAVE_PAGE_NOTE"))
|
org-noter-property-note-location "INTERLEAVE_PAGE_NOTE"))
|
||||||
|
|
||||||
(use-package org-sidebar
|
(unless (iswin) ;; 27 only??
|
||||||
:bind ("C-c C-x s" . org-sidebar-tree))
|
(use-package org-sidebar
|
||||||
|
:bind ("C-c C-x s" . org-sidebar-tree)))
|
||||||
|
|
||||||
(use-package org-wc
|
(unless (iswin) ;; 27 only??
|
||||||
:bind ("C-c C-x w" . org-wc-display))
|
(use-package org-wc
|
||||||
|
:bind ("C-c C-x w" . org-wc-display)))
|
||||||
|
|
||||||
(unless (iswin) (use-package pdf-tools
|
(unless (iswin) (use-package pdf-tools
|
||||||
;; view pdfs
|
;; view pdfs
|
||||||
|
@ -337,9 +339,10 @@
|
||||||
(org-ellipsis " ⤵")
|
(org-ellipsis " ⤵")
|
||||||
:hook (org-mode . org-bullets-mode)))
|
:hook (org-mode . org-bullets-mode)))
|
||||||
|
|
||||||
(use-package org-contrib)
|
(unless (iswin) ;; 27 only??
|
||||||
(require 'ox-extra)
|
(use-package org-contrib)
|
||||||
(ox-extras-activate '(ignore-headlines))
|
(require 'ox-extra)
|
||||||
|
(ox-extras-activate '(ignore-headlines)))
|
||||||
|
|
||||||
(setq org-todo-keywords
|
(setq org-todo-keywords
|
||||||
'((sequence "TODO" "|" "DONE" "CANCELLED")))
|
'((sequence "TODO" "|" "DONE" "CANCELLED")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue