aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-org.el
diff options
context:
space:
mode:
authorbard <[email protected]>2024-03-20 21:44:48 -0400
committerbard <[email protected]>2024-03-20 21:44:48 -0400
commit2d09cc758ae6709e539fe96bc1cb84eef3cb09ed (patch)
treed9c406c6865a8809cb9fd021fde33dceb6134e80 /bard-emacs-modules/bard-emacs-org.el
parentd1980d249f3f2404b1f4370f8c46684132cf7db6 (diff)
conflicting keybind
Diffstat (limited to 'bard-emacs-modules/bard-emacs-org.el')
-rw-r--r--bard-emacs-modules/bard-emacs-org.el2
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 80d4514..f3db722 100644
--- a/bard-emacs-modules/bard-emacs-org.el
+++ b/bard-emacs-modules/bard-emacs-org.el
@@ -32,7 +32,7 @@
(add-hook 'calendar-today-visible-hook 'calendar-mark-today)
(add-hook 'calendar-today-visible-hook 'calendar-mark-holidays))
-(define-key global-map (kbd "C-z c") #'calendar)
+(define-key global-map (kbd "C-z C-c") #'calendar)
;; Org todo keywords - changed to using hl-todo faces fixed by modus/ef themes
(setq org-todo-keywords '((sequence "TODO(t)" "WAIT(w)" "NEXT (n)" "|" "DONE(d)" "KILLED(k)")))