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

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

[elpa] 44/117: Use M-h instead of M-H for comint-bol.


From: Matthew Fidler
Subject: [elpa] 44/117: Use M-h instead of M-H for comint-bol.
Date: Fri, 25 Jul 2014 13:24:07 +0000

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

commit bf9f07de211c1d6cb801cac746fc7fd8a3c32fa2
Author: Paul Grayson <address@hidden>
Date:   Wed Jul 16 16:06:22 2014 -0700

    Use M-h instead of M-H for comint-bol.
    
    This is for consistency with the keyboard map of ergoemacs.  M-h should go 
to the beginning of the line, M-H to the end of the line.
---
 ergoemacs-themes.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index 7104d4d..2eb9307 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -606,7 +606,7 @@
   (global-set-key (kbd "M-H") 'ergoemacs-end-of-line-or-what)
   ;; Mode specific movement
   (define-key eshell-mode-map (kbd "M-h") 'eshell-bol)
-  (define-key comint-mode-map (kbd "M-H") 'comint-bol))
+  (define-key comint-mode-map (kbd "M-h") 'comint-bol))
 
 (ergoemacs-theme-component move-and-transpose-lines ()
   "Move Current line/selection down or up with Alt+up or Alt+down"



reply via email to

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