X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=emacs_el%2Fconfiguration%2Fess_configuration.el;h=a201eff9e69287ccbd6cd5e868255fff54336025;hb=2b6f4c7a53fa1cb1fa837aa6461af4c8e417fdf0;hp=c8d2f02f81ad1fbcf84340b87ff0166b94f5a9ba;hpb=a43277eb33b31b94710e983716b828e17f30c620;p=lib.git diff --git a/emacs_el/configuration/ess_configuration.el b/emacs_el/configuration/ess_configuration.el index c8d2f02..a201eff 100644 --- a/emacs_el/configuration/ess_configuration.el +++ b/emacs_el/configuration/ess_configuration.el @@ -11,6 +11,7 @@ ; ess-noweb-default-code-mode ; ess-noweb-last-chunk-index))) (require 'ess-site) +(require 'ess_remote_eval) (defun ess-change-directory (path) "Set the current working directory to PATH for both *R* and Emacs." @@ -37,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)