From 9b580e96de75a34383d7e370e5eab2b5308009bd Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Tue, 11 Jan 2011 14:45:48 +0100 Subject: C-c C-Z -> C-c C-a Since C-c C-z/Z apparently conflict with each other, and the new keybinding is more friendly anyway. --- elisp/geiser-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elisp/geiser-mode.el') diff --git a/elisp/geiser-mode.el b/elisp/geiser-mode.el index 2f1f2e7..a28fad5 100644 --- a/elisp/geiser-mode.el +++ b/elisp/geiser-mode.el @@ -291,7 +291,7 @@ interacting with the Geiser REPL is at your disposal. -- ("Compile buffer" "\C-c\C-k" geiser-compile-current-buffer) ("Switch to REPL" "\C-c\C-z" geiser-mode-switch-to-repl) - ("Switch to REPL and enter module" "\C-c\C-Z" + ("Switch to REPL and enter module" "\C-c\C-a" geiser-mode-switch-to-repl-and-enter) ("Set Scheme..." "\C-c\C-s" geiser-set-scheme) -- -- cgit v1.2.3