diff options
| author | bard <[email protected]> | 2024-03-08 07:21:22 -0500 |
|---|---|---|
| committer | bard <[email protected]> | 2024-03-08 07:21:22 -0500 |
| commit | 57c158c01c365fd453be8ddf4cda97fa4bad316c (patch) | |
| tree | df3f9289972bff1f8cd3a5ee304340fca0e11290 /bard-emacs-modules/bard-emacs-org.el | |
| parent | 62863a8a77e6f39ac697e9b770873ab3df859dd5 (diff) | |
changed 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, 1 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index 213c0f3..7dbbe50 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -100,7 +100,7 @@ (org-agenda-overriding-header "Upcoming this month\n"))))))) ;; Org capture templates -(define-key global-map (kbd "C-`") #'org-capture) +(define-key global-map (kbd "C-c c") #'org-capture) (require 'org-protocol) (setq org-capture-templates |
