From 5860445da55ac3abc3935c6ffd5e9bb4539225c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Thu, 20 Jul 2023 07:53:35 -0700 Subject: emacs: move everything to ~/.emacs.d --- .emacs.d/rul-lisp/packages/rul-org-notify.el | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .emacs.d/rul-lisp/packages/rul-org-notify.el (limited to '.emacs.d/rul-lisp/packages/rul-org-notify.el') diff --git a/.emacs.d/rul-lisp/packages/rul-org-notify.el b/.emacs.d/rul-lisp/packages/rul-org-notify.el new file mode 100644 index 0000000..50c35a0 --- /dev/null +++ b/.emacs.d/rul-lisp/packages/rul-org-notify.el @@ -0,0 +1,9 @@ +(use-package org-notify + :ensure t + :config + (org-notify-start) + (org-notify-add 'default + '(:time "-1s" :period "20s" :duration 10 + :actions (-message -ding)) + '(:time "1d" :actions -notify/window + :duration 60))) -- cgit v1.2.3