Skip to content

Commit c16b4cd

Browse files
author
xenodium
committed
Setting default :exports value
1 parent af65a8e commit c16b4cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ob-swiftui.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@
111111

112112
(defvar org-babel-default-header-args:swiftui '((:results . "window")
113113
(:view . "none")
114-
(:file . nil))
114+
(:file . nil)
115+
(:exports . "results"))
115116
"Default ob-swiftui header args.
116117
Must be named `org-babel-default-header-args:swiftui' to integrate with `ob'.")
117118

0 commit comments

Comments
 (0)