Skip to content

Commit f10af4c

Browse files
committed
Fix org-mode jupyter snippet
jupyter-r -> jupyter-R
1 parent afe549b commit f10af4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org-mode/jupyter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# uuid: jupyter
55
# key: jupyter
66
# --
7-
#+begin_src jupyter-${1:$$(yas-choose-value '("python" "julia" "r"))}${2: :session $3}${4: :async yes}
7+
#+begin_src jupyter-${1:$$(yas-choose-value '("python" "julia" "R"))}${2: :session $3}${4: :async yes}
88
`%`$0
99
#+end_src

0 commit comments

Comments
 (0)