From 68a11a847416d5798b25c487ce78ad4888de8682 Mon Sep 17 00:00:00 2001 From: Rotem Yaari Date: Tue, 18 Dec 2018 16:29:59 +0200 Subject: [PATCH] Add M- bound to org-capture-goto-last-stored (closes #33) --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index ea89e26..0fce79f 100644 --- a/init.el +++ b/init.el @@ -212,7 +212,8 @@ (use-package org :bind (("" . org-agenda) - ("C-" . org-capture)) + ("C-" . org-capture) + ("M-" . org-capture-goto-last-stored)) :hook (org-mode . my/org-mode-hook) :config (setq org-replace-disputed-keys t