diff options
author | jao <jao@gnu.org> | 2024-08-20 03:03:37 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-08-20 03:03:37 +0100 |
commit | 7257906dbdca1429283e1386b96299601ff70f76 (patch) | |
tree | bb0368a6f2c78a943d48ac6519f25598133588bc | |
parent | 9e47105870c1c9ec5c2eb0fef9d67999c384d65f (diff) | |
download | elibs-7257906dbdca1429283e1386b96299601ff70f76.tar.gz elibs-7257906dbdca1429283e1386b96299601ff70f76.tar.bz2 |
unused package: alert
-rw-r--r-- | attic/elisp/misc.el | 6 | ||||
-rw-r--r-- | init.el | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/attic/elisp/misc.el b/attic/elisp/misc.el index 6484310..2f1bcb0 100644 --- a/attic/elisp/misc.el +++ b/attic/elisp/misc.el @@ -892,6 +892,12 @@ "^\\*Slack - .*? : \\(MPIM: \\)?\\([^ ]+\\)\\( \\(T\\)\\)?.*" "\\2\\4") (jao-define-attached-buffer "\\*Slack .+ Edit Message [0-9].+" 20)) +;;; alert +(use-package alert + :ensure t + :init + (setq alert-default-style 'message ;; 'libnotify + alert-hide-all-notifications nil)) ;;; snippets (defun jao-org-notes-open-tags () "Search for a note file, matching all tags with completion." @@ -538,13 +538,6 @@ (jao-minibuffer-add-variable 'battery-mode-line-string 80))) ;;; Notifications -;;;; alert -(use-package alert - :ensure t - :init - (setq alert-default-style 'message ;; 'libnotify - alert-hide-all-notifications nil)) - ;;;; jao-notify (use-package jao-notify :demand t |