Add doom config to repo
This commit is contained in:
7
config/doom/snippets/org-mode/R_source_block
Normal file
7
config/doom/snippets/org-mode/R_source_block
Normal file
@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: R source block
|
||||
# key: srcR
|
||||
# --
|
||||
#+begin_src R :session *R* :tangle yes :exports both
|
||||
|
||||
#+end_src
|
Reference in New Issue
Block a user