From a5f0ec3c8f2c516d73b95b8518d2453103fc5e67 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Thu, 23 Apr 2026 00:03:58 -0400 Subject: update tmr section --- config.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.org') diff --git a/config.org b/config.org index 54117c8..b24047b 100644 --- a/config.org +++ b/config.org @@ -1096,7 +1096,10 @@ For a long time I really struggled with Emacs tab completion. It still only kind ("Asia/Tokyo" "Tokyo"))) (setq world-clock-time-format "%Y-%m-%d %B (%A) %R %Z") +#+end_src +*** Timer (tmr) +#+begin_src emacs-lisp :tangle bard-emacs-modules/bard-emacs-essentials.el :mkdirp yes ;; timer package (use-package tmr :ensure t @@ -1109,7 +1112,7 @@ For a long time I really struggled with Emacs tab completion. It still only kind (setq tmr-descriptions-list 'tmr-description-history) (define-key global-map (kbd "C-c t l") 'tmr-tabulated-view) (define-key global-map (kbd "C-c t t") #'tmr) - (define-key global-map (kbd "C-c t T") #'tmr-with-description) + (define-key global-map (kbd "C-c t T") #'tmr-with-details) (define-key global-map (kbd "C-c t l") #'tmr-tabulated-view) (define-key global-map (kbd "C-c t c") #'tmr-clone) (define-key global-map (kbd "C-c t k") #'tmr-cancel) -- cgit v1.2.3