From b4fa06565cffeb6f743bcb0faa6fc6855c1bdc66 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 7 Nov 2014 16:27:49 -0800 Subject: [PATCH] change remote eval --- emacs_el/configuration/ess_configuration.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))) -- 2.39.5