diff options
| author | bard <[email protected]> | 2024-03-20 21:44:48 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-03-20 21:44:48 -0400 |
| commit | 2d09cc758ae6709e539fe96bc1cb84eef3cb09ed (patch) | |
| tree | d9c406c6865a8809cb9fd021fde33dceb6134e80 | |
| parent | d1980d249f3f2404b1f4370f8c46684132cf7db6 (diff) | |
conflicting keybind
| -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 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)"))) |
