From 607b6ac8e3f4d859de15f89c7d14ba7a2f75795f Mon Sep 17 00:00:00 2001 From: Kashish Sharma Date: Thu, 29 Sep 2016 21:25:44 +0530 Subject: [PATCH] tweak cp-open-line --- contrapunctus/cp-editing.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrapunctus/cp-editing.el b/contrapunctus/cp-editing.el index 8a29535..49e42f3 100644 --- a/contrapunctus/cp-editing.el +++ b/contrapunctus/cp-editing.el @@ -49,7 +49,8 @@ (interactive) (progn (end-of-visual-line) - (newline-and-indent))) + (electric-indent-just-newline t) + (indent-according-to-mode))) ;; I wish you could press e.g. S-o in god-mode to get C-S-o. ;; 10/10 would make life better.