emacs: fix alert-default-style to use emacs’s notifications library
[~bandali/configs] / .emacs.d / init.el
index 48a8332..18c38fb 100644 (file)
@@ -1493,8 +1493,7 @@ For disabling the behaviour for certain buffers and/or modes."
 
 (use-package alert
   :commands (alert)
-  :init
-  (setq alert-default-style 'notifier))
+  :init (setq alert-default-style 'notifications))
 
 (use-package ivy-xref
   :init