From 61bef7d508e5e2c66c718511194f825893e5a8ac Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 24 Aug 2024 15:16:40 -0500 Subject: update packages to aug 24 2024; minor updates updating packages to most recent as of Aug 24 2024 add commented help for signature expiration fix typo in comment on cj/elfeed-mark-all-as-read --- modules/system-utils.el | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'modules/system-utils.el') diff --git a/modules/system-utils.el b/modules/system-utils.el index 5451d2f1..5650d225 100644 --- a/modules/system-utils.el +++ b/modules/system-utils.el @@ -315,7 +315,19 @@ with a prefix argument." :config (add-to-list 'proced-format-alist - '(custom user pid ppid sess tree pcpu pmem rss start time state (args comm)))) + '(custom user pid ppid sess tree pcpu pmem rss start time state (args + comm)))) + +;; ------------------------------------ TMR ------------------------------------ + +(use-package tmr + :defer .5 + :bind ("M-t" . tmr-prefix-map) + :config + (setq tmr-sound-file + "/usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga") + (setq tmr-notification-urgency 'normal) + (setq tmr-descriptions-list 'tmr-description-history)) ;; ------------------------------- Who Called Me? ------------------------------ ;; convenience function to display which function called a message -- cgit v1.2.3