From 504a590ad606686d11f6ec4f9c5874b0bf251c9b Mon Sep 17 00:00:00 2001 From: Ralf Beckmann Date: Thu, 15 Aug 2019 02:37:30 +0200 Subject: [PATCH] Add org-mode keybindings Add bindings for adding attachments and setting properties in org-mode. --- modules/lang/org/config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index d505debe5..fd13fbff8 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -519,6 +519,7 @@ between the two." (:when (featurep! :completion helm) "." #'helm-org-in-buffer-headings "/" #'helm-org-agenda-files-headings) + "a" #'org-attach "d" #'org-deadline "f" #'org-footnote-new "h" #'org-toggle-heading @@ -526,6 +527,7 @@ between the two." "I" #'org-toggle-inline-images "l" #'org-insert-link "L" #'org-store-link + "p" #'org-set-property "q" #'org-set-tags-command "r" #'org-refile "s" #'org-schedule