Fixes arg typo for fileopening
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user