emacs.d

My emacs configuration, done in a literate programming fashion using org-mode

git clone git://git.shimmy1996.com/emacs.d.git
commit ee91b1bac016f79d3b3b8c73c6e99018270ea24f
parent df58a63469d401ca845d1afe474ee399a5baa921
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Fri, 20 Jul 2018 23:45:46 -0400

Simplify the R code block snippet.

Diffstat:
Msnippets/org-mode/rr | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/snippets/org-mode/rr b/snippets/org-mode/rr
@@ -2,6 +2,6 @@
 # name: rr
 # key: rr_
 # --
-#+BEGIN_SRC R :session *R* :results output ${1:graphics :file first.png} :exports both
+#+BEGIN_SRC R :session :results output ${1:graphics :file first.png}
 $0
 #+END_SRC