From 5b39779d2194c7b81dc2a48230a5f9546cd3f6f4 Mon Sep 17 00:00:00 2001 Message-Id: <5b39779d2194c7b81dc2a48230a5f9546cd3f6f4.1718342761.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 22 Mar 2016 01:49:35 +0000 Subject: [PATCH] dot/emacs: Put `org-remember' in with the rest of the Org-mode bindings. Organization: Straylight/Edgeware From: Mark Wooding --- dot/emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index 52a9a1c..eac537f 100644 --- a/dot/emacs +++ b/dot/emacs @@ -579,7 +579,7 @@ (or mdw-fast-startup (trap (progn (org-remember-insinuate) - (global-set-key [?\C-c ?o ?r] 'org-remember)))) + (global-set-key [?\C-c ?g ?r] 'org-remember)))) ;; Minor mode listing -- [mdw]