From 27e05c21702986a4493ebc2fba23dda062ebac38 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sat, 29 Jun 2013 11:44:40 +0300 Subject: [PATCH] Ops :-) --- core/prelude-core.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/prelude-core.el b/core/prelude-core.el index 9cc8fbc..67d0287 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -100,8 +100,7 @@ With a prefix ARG open line above the current line." (prelude-smart-open-line-above) (progn (move-end-of-line nil) - (newline-and-indent) - (shit)))) + (newline-and-indent)))) (defun prelude-top-join-line () "Join the current line with the line beneath it."