mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: BREAKING stop using use-package for tmr
This commit is contained in:
parent
eb8b09676e
commit
828c141916
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue