diff options
| author | bard <[email protected]> | 2024-01-29 04:54:52 -0500 |
|---|---|---|
| committer | bard <[email protected]> | 2024-01-29 04:54:52 -0500 |
| commit | 20d4d25a673a83a3f0ea65e008b93f158732d6ac (patch) | |
| tree | ce1391788e9abd8af7c3194a26e451083f2bb111 /bard-emacs-modules/bard-emacs-package.el | |
| parent | bcbbf228f001db8e92736c21594dac064d4fbd45 (diff) | |
timeblock
Diffstat (limited to 'bard-emacs-modules/bard-emacs-package.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-package.el | 5 |
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)) |
