From 44851ad5d5e00093477f24d2da98de883192823e Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 23 Jul 2013 18:32:46 +0300 Subject: [PATCH] Fix command name --- core/prelude-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/prelude-mode.el b/core/prelude-mode.el index 26ca031..d1db0aa 100644 --- a/core/prelude-mode.el +++ b/core/prelude-mode.el @@ -71,7 +71,7 @@ (define-key map [?\s-j] 'prelude-top-join-line) (define-key map [?\s-k] 'prelude-kill-whole-line) (define-key map [?\s-m] 'magit-status) - (define-key map [?\s-o] 'prelude-open-line-above) + (define-key map [?\s-o] 'prelude-smart-open-line-above) map) "Keymap for Prelude mode.")