[Org] Update ‘org-file-apps‘ for Cygwin

This commit is contained in:
Daniel - 2018-08-14 19:50:10 +02:00
parent 9d601e341e
commit 78fb2e2860
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6

View File

@ -100,6 +100,9 @@
(add-to-list 'org-file-apps '("\\.pptx\\'" . system))
(add-to-list 'org-file-apps '("\\.xlsx\\'" . system))
(when (eq system-type 'cygwin)
(add-to-list 'org-file-apps '(t . "cygstart") t))
(when (eq system-type 'windows-nt)
(org-link-set-parameters "onenote" :follow #'db/org-onenote-open)