From f1521b8824fb618aa82dd5cf6f6a48076e847b99 Mon Sep 17 00:00:00 2001
From: Raúl Benencia <id@rbenencia.name>
Date: Thu, 7 Nov 2024 08:04:03 -0800
Subject: emacs: rm org-notify config

Not in use.
---
 .emacs.d/rul-lisp/packages/rul-org-notify.el | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 .emacs.d/rul-lisp/packages/rul-org-notify.el

(limited to '.emacs.d/rul-lisp/packages')

diff --git a/.emacs.d/rul-lisp/packages/rul-org-notify.el b/.emacs.d/rul-lisp/packages/rul-org-notify.el
deleted file mode 100644
index 50c35a0..0000000
--- a/.emacs.d/rul-lisp/packages/rul-org-notify.el
+++ /dev/null
@@ -1,9 +0,0 @@
-(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