diff options
| author | bard <[email protected]> | 2023-10-11 17:27:34 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2023-10-11 17:27:34 -0400 |
| commit | c3c420180524fccebf4624ed155ea694ba605b1b (patch) | |
| tree | dbab9c9f092690c75d7aed096d480c8d64de6155 /bard-emacs-modules/bard-emacs-org.el | |
| parent | a2ec9082998918158df250c1906d0f6c0c4889db (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.el | 2 |
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 %?") |
