aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorbard <[email protected]>2023-09-25 18:16:24 -0400
committerbard <[email protected]>2023-09-25 18:16:24 -0400
commit655b3699987412bc3c93de4ed16f3185d354833d (patch)
tree857ea163c2a88ed4ba2b481c17a7c03a2f135a8a /init.el
parent73fe0e36f6ad9720d94b161f36fe2dbffcb1c7d8 (diff)
removed tao and changed agenda keybind
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index e3c6e6b..333e45a 100644
--- a/init.el
+++ b/init.el
@@ -73,7 +73,7 @@
(org-agenda nil "A")
(delete-other-windows))
-(global-set-key (kbd "C-c C-a") 'bard/primary-agenda)
+(global-set-key (kbd "C-' a") 'bard/primary-agenda)
;; Surround region with character
(defun bard/wrap-text-with-markers (start-marker end-marker marker)