From 33c53c9065915ffc721733021a112dfe50633d02 Mon Sep 17 00:00:00 2001 From: David Florness Date: Tue, 28 Nov 2017 18:51:10 -0700 Subject: [PATCH] Set global org keybindings --- init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 959b009..62e2aad 100644 --- a/init.el +++ b/init.el @@ -184,7 +184,11 @@ (package-install 'org-plus-contrib)) (setq org-default-notes-file "~/notes.org" org-return-follows-link t - org-read-date-force-compatible-dates nil))) + org-read-date-force-compatible-dates nil)) + :bind + (("C-c a" . org-agenda) + ("C-c c" . org-capture) + ("C-c b" . org-iswitchb))) ;;; Evil keybindings for org (use-package evil-org -- 2.38.4