diff options
author | jao <jao@gnu.org> | 2025-09-19 18:06:09 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-19 18:06:09 +0100 |
commit | 73c7e65653322928d508096b27b0f2bf7bc3c5ec (patch) | |
tree | d1eca1a0576070ea771725f059828d193d4ca94e | |
parent | 5f686253a15d910d7c3223cc8662e06d032d3554 (diff) | |
download | elibs-73c7e65653322928d508096b27b0f2bf7bc3c5ec.tar.gz elibs-73c7e65653322928d508096b27b0f2bf7bc3c5ec.tar.bz2 |
tmr tweak
-rw-r--r-- | init.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -329,9 +329,9 @@ (use-package tmr :ensure t :init - (jao-when-linux - (setq tmr-sound-file - "/usr/share/sounds/freedesktop/stereo/message.oga"))) + (setq tmr-sound-file + (jao-when-linux "/usr/share/sounds/freedesktop/stereo/message.oga")) + :config (tmr-mode-line-mode 1)) ;;; Crypto ;;;; PGP, EPG, passwords |