dotfiles/home-manager/modules/emacs/.emacs.d/snippets/org-mode/r

8 lines
111 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# key: cbr
# --
#+BEGIN_SRC R :file r-img/$1.png :result file graphics
$2
#+END_SRC
$0