mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 8c88cc3904a63febae7c599b89d7b275e7b5528b Author: Matthew L. Fidler <[email protected]> Date: Fri Jun 27 07:51:37 2014 -0500 Bug fix for cutting folded lines at the end of the line. --- ergoemacs-functions.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el index 1a2590f..2ff2064 100644 --- a/ergoemacs-functions.el +++ b/ergoemacs-functions.el @@ -346,6 +346,7 @@ major-modes like `org-mode'. " (ergoemacs-shortcut-remap 'kill-region) (deactivate-mark)) (t + (ergoemacs-shortcut-remap 'move-beginning-of-line) (when (not (bolp)) (beginning-of-line)) ;; Keep prefix args.
