From 7257906dbdca1429283e1386b96299601ff70f76 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 20 Aug 2024 03:03:37 +0100 Subject: unused package: alert --- attic/elisp/misc.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'attic/elisp') 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." -- cgit v1.2.3