From c3c420180524fccebf4624ed155ea694ba605b1b Mon Sep 17 00:00:00 2001 From: bard Date: Wed, 11 Oct 2023 17:27:34 -0400 Subject: olivetti and theme tweaks orui and org capture keybinds --- bard-emacs-modules/bard-emacs-org.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bard-emacs-modules/bard-emacs-org.el') 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 %?") -- cgit v1.2.3