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"
|
||||
org-noter-property-note-location "INTERLEAVE_PAGE_NOTE"))
|
||||
|
||||
(use-package org-sidebar
|
||||
:bind ("C-c C-x s" . org-sidebar-tree))
|
||||
(unless (iswin) ;; 27 only??
|
||||
(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) ;; 27 only??
|
||||
(use-package org-wc
|
||||
:bind ("C-c C-x w" . org-wc-display)))
|
||||
|
||||
(unless (iswin) (use-package pdf-tools
|
||||
;; view pdfs
|
||||
|
@ -337,9 +339,10 @@
|
|||
(org-ellipsis " ⤵")
|
||||
:hook (org-mode . org-bullets-mode)))
|
||||
|
||||
(use-package org-contrib)
|
||||
(require 'ox-extra)
|
||||
(ox-extras-activate '(ignore-headlines))
|
||||
(unless (iswin) ;; 27 only??
|
||||
(use-package org-contrib)
|
||||
(require 'ox-extra)
|
||||
(ox-extras-activate '(ignore-headlines)))
|
||||
|
||||
(setq org-todo-keywords
|
||||
'((sequence "TODO" "|" "DONE" "CANCELLED")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue