aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-org.el
diff options
context:
space:
mode:
authorbard <[email protected]>2023-10-11 17:27:34 -0400
committerbard <[email protected]>2023-10-11 17:27:34 -0400
commitc3c420180524fccebf4624ed155ea694ba605b1b (patch)
treedbab9c9f092690c75d7aed096d480c8d64de6155 /bard-emacs-modules/bard-emacs-org.el
parenta2ec9082998918158df250c1906d0f6c0c4889db (diff)
olivetti and theme tweaks orui and org capture keybinds
Diffstat (limited to 'bard-emacs-modules/bard-emacs-org.el')
-rw-r--r--bard-emacs-modules/bard-emacs-org.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el
index 1e0c551..1e4e50d 100644
--- a/bard-emacs-modules/bard-emacs-org.el
+++ b/bard-emacs-modules/bard-emacs-org.el
@@ -76,6 +76,8 @@
(org-agenda-overriding-header "Upcoming this month\n")))))))
;; Org capture templates
+(define-key global-map (kbd "C-`") #'org-capture)
+
(setq org-capture-templates
'(("h" "Homework" entry (file+olp "~/Notes/Org-Roam/todo.org" "Inbox" "Homework")
"* TODO %?")