Fixes arg typo for fileopening

This commit is contained in:
Emmet
2024-04-13 14:49:24 -05:00
parent 07b978db35
commit 6b85cf06f1

View File

@ -157,7 +157,7 @@ If CANVASONLY-MODE is not null, run krita in canvasonly mode."
(when (f-exists-p kra-path)
(if canvasonly-mode
(call-process org-krita-executable nil 0 nil "--canvasonly" "--nosplash" kra-path)
(call-process org-krita-executable nil 0 "--nosplash" nil kra-path))
(call-process org-krita-executable nil 0 nil "--nosplash" kra-path))
(org-krita-add-watcher kra-path))))
(defun org-krita-hide-link (link)