]> git.donarmstrong.com Git - lib.git/commitdiff
use --no-save --no-restore-history in R
authorDon Armstrong <don@donarmstrong.com>
Mon, 13 Mar 2017 20:48:44 +0000 (13:48 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 13 Mar 2017 20:48:44 +0000 (13:48 -0700)
emacs_el/configuration/ess_configuration.el

index d42fbc81dc18893c9965b1bbdde75a6cb7ae9062..a201eff9e69287ccbd6cd5e868255fff54336025 100644 (file)
@@ -38,4 +38,7 @@
              (local-set-key (kbd "C-c C-R")
                             'dla/ess-region-remote-eval)))
 
+;;; Don't restore history or save workspace image
+'(inferior-R-args "--no-restore-history --no-save")
+
 (provide 'ess_configuration)