emacs: BREAKING stop using use-package for tmr

This commit is contained in:
Protesilaos Stavrou 2025-11-01 11:25:39 +02:00
parent eb8b09676e
commit 828c141916
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 9 additions and 10 deletions

View file

@ -410,11 +410,9 @@
;;; TMR May Ring (tmr is used to set timers)
;; Read the manual: <https://protesilaos.com/emacs/tmr>.
(use-package tmr
:ensure t
:bind
("C-c t" . tmr-prefix-map)
:config
(prot-emacs-configure
(prot-emacs-install tmr)
(define-key global-map (kbd "C-c t") #'tmr-prefix-map)
(setq tmr-sound-file "/usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga"
tmr-notification-urgency 'normal
tmr-description-list 'tmr-description-history))

View file

@ -3390,16 +3390,17 @@ to learn about all the available commands and their respective key bindings.
#+begin_src emacs-lisp :tangle "prot-emacs-modules/prot-emacs-essentials.el"
;;; TMR May Ring (tmr is used to set timers)
;; Read the manual: <https://protesilaos.com/emacs/tmr>.
(use-package tmr
:ensure t
:bind
("C-c t" . tmr-prefix-map)
:config
(prot-emacs-configure
(prot-emacs-install tmr)
(define-key global-map (kbd "C-c t") #'tmr-prefix-map)
(setq tmr-sound-file "/usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga"
tmr-notification-urgency 'normal
tmr-description-list 'tmr-description-history))
#+end_src
#+RESULTS:
: tmr-prefix-map
*** The =prot-emacs-essentials.el= section about ~password-store~
:PROPERTIES:
:CUSTOM_ID: h:aac21cc5-19eb-4a6c-a8ab-01b829df0d64