From: Don Armstrong Date: Sat, 8 Nov 2014 00:27:49 +0000 (-0800) Subject: change remote eval X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b4fa06565cffeb6f743bcb0faa6fc6855c1bdc66;p=lib.git change remote eval --- diff --git a/emacs_el/configuration/ess_configuration.el b/emacs_el/configuration/ess_configuration.el index 4547c5b..915733b 100644 --- a/emacs_el/configuration/ess_configuration.el +++ b/emacs_el/configuration/ess_configuration.el @@ -20,5 +20,5 @@ )) (add-hook 'ess-mode-hook '(lambda () - (local-set-key (kbd "C-c C-r") - dla/ess-eval-region))) + (local-set-key (kbd "C-c C-R") + 'dla/ess-region-remote-eval)))