From b78ce3925c0b8301c25993f2ef6f8bbc4840aba7 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 24 Oct 2013 17:43:28 +0300 Subject: [PATCH] [#421] Bind prelude-smart-open-line-above to M-O --- core/prelude-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/prelude-mode.el b/core/prelude-mode.el index 2258c0a..1a88fe1 100644 --- a/core/prelude-mode.el +++ b/core/prelude-mode.el @@ -42,6 +42,7 @@ ;; mimic popular IDEs binding, note that it doesn't work in a terminal session (define-key map [(shift return)] 'prelude-smart-open-line) (define-key map (kbd "M-o") 'prelude-smart-open-line) + (define-key map (kbd "M-O") 'prelude-smart-open-line-above) (define-key map [(control shift return)] 'prelude-smart-open-line-above) (define-key map [(control shift up)] 'move-text-up) (define-key map [(control shift down)] 'move-text-down)