From 4113461ae9d91d235bbf0ebe7d8759d8d2ca7dd5 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 12 Feb 2014 08:26:46 -0500 Subject: [PATCH] add M-M --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 24243bb..6a3ccc0 100644 --- a/init.el +++ b/init.el @@ -231,6 +231,7 @@ (require 'iy-go-to-char) (global-set-key (kbd "M-m") 'iy-go-to-char) +(global-set-key (kbd "M-M") 'iy-go-to-char-backward) (defun smart-line-beginning () "Move point to the beginning of text on the current line; if that is already