diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-11-07 08:04:03 -0800 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-11-07 08:04:03 -0800 |
commit | f1521b8824fb618aa82dd5cf6f6a48076e847b99 (patch) | |
tree | 3a2c2086fc0b5087d82b8130485459abbf1a9887 /.emacs.d | |
parent | 6651890bf0732223e06cd168341c99115e42c88c (diff) |
emacs: rm org-notify config
Not in use.
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/rul-lisp/packages/rul-org-notify.el | 9 |
1 files changed, 0 insertions, 9 deletions
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))) |