emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 244/287: Bug fix for cutting folded lines at the end of the line.


From: Matthew Fidler
Subject: [elpa] 244/287: Bug fix for cutting folded lines at the end of the line.
Date: Wed, 02 Jul 2014 14:46:22 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit 8c88cc3904a63febae7c599b89d7b275e7b5528b
Author: Matthew L. Fidler <address@hidden>
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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]