aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-package.el
diff options
context:
space:
mode:
authorbard <[email protected]>2024-01-29 04:54:52 -0500
committerbard <[email protected]>2024-01-29 04:54:52 -0500
commit20d4d25a673a83a3f0ea65e008b93f158732d6ac (patch)
treece1391788e9abd8af7c3194a26e451083f2bb111 /bard-emacs-modules/bard-emacs-package.el
parentbcbbf228f001db8e92736c21594dac064d4fbd45 (diff)
timeblock
Diffstat (limited to 'bard-emacs-modules/bard-emacs-package.el')
-rw-r--r--bard-emacs-modules/bard-emacs-package.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-package.el b/bard-emacs-modules/bard-emacs-package.el
index e45501f..f880e14 100644
--- a/bard-emacs-modules/bard-emacs-package.el
+++ b/bard-emacs-modules/bard-emacs-package.el
@@ -254,6 +254,11 @@ The exact color values are taken from the active Ef theme."
(use-package russian-holidays
:ensure t)
+(use-package org-timeblock
+ :ensure t
+ :config
+ (define-key global-map (kbd "M-<f6>") 'org-timeblock))
+
(use-package expand-region
:ensure t
:bind ("C-=" . er/expand-region))