[Org] Fix error in file-app default for Cygwin

This commit is contained in:
Daniel - 2018-08-15 17:51:59 +02:00
parent 9b45215f7a
commit 4a2acf28fc
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

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