Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #34 from vmalloc/shortcuts
Browse files Browse the repository at this point in the history
Add M-<f10> bound to org-capture-goto-last-stored (closes #33)
  • Loading branch information
drrlvn committed Dec 18, 2018
2 parents b181bd9 + 68a11a8 commit f5319d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.el
Expand Up @@ -212,7 +212,8 @@

(use-package org
:bind (("<f10>" . org-agenda)
("C-<f10>" . org-capture))
("C-<f10>" . org-capture)
("M-<f10>" . org-capture-goto-last-stored))
:hook (org-mode . my/org-mode-hook)
:config
(setq org-replace-disputed-keys t
Expand Down

0 comments on commit f5319d1

Please sign in to comment.