summaryrefslogtreecommitdiffhomepage
path: root/attic/elisp/misc.el
diff options
context:
space:
mode:
Diffstat (limited to 'attic/elisp/misc.el')
-rw-r--r--attic/elisp/misc.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/attic/elisp/misc.el b/attic/elisp/misc.el
index d9414e9..06a46b9 100644
--- a/attic/elisp/misc.el
+++ b/attic/elisp/misc.el
@@ -813,6 +813,12 @@
:diminish ((disable-mouse-global-mode . "")))
(global-disable-mouse-mode)
+;;;; tmr
+(use-package tmr
+ :ensure t
+ :init
+ (setq tmr-sound-file "/usr/share/sounds/freedesktop/stereo/message.oga"))
+
;;; snippets
(defun jao-org-notes-open-tags ()
"Search for a note file, matching all tags with completion."