diff options
| author | bard <[email protected]> | 2024-03-19 07:29:50 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-03-19 07:29:50 -0400 |
| commit | 796191c2d7cbc16bc054249b3df8c09a87ffe53f (patch) | |
| tree | 60d4426b30baf1f41359f20511c6a7e4b8b7b686 /bard-emacs-modules/bard-emacs-package.el | |
| parent | b14c5d0bb8ef91d51d525437d7dc7571a0f7cac0 (diff) | |
changed keybinds
Diffstat (limited to 'bard-emacs-modules/bard-emacs-package.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-package.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-package.el b/bard-emacs-modules/bard-emacs-package.el index 05d3349..276e30a 100644 --- a/bard-emacs-modules/bard-emacs-package.el +++ b/bard-emacs-modules/bard-emacs-package.el @@ -173,7 +173,7 @@ (use-package org-timeblock :ensure t :config - (define-key global-map (kbd "M-<f6>") 'org-timeblock)) + (define-key global-map (kbd "C-z c") 'org-timeblock)) (use-package orthodox-christian-new-calendar-holidays :ensure t |
