diff options
Diffstat (limited to 'modules/system-utils.el')
| -rw-r--r-- | modules/system-utils.el | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/modules/system-utils.el b/modules/system-utils.el index 5451d2f1f..5650d2256 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 |
