From 83a17ce5972fd9f05ead73cd50b3e8748e4bba9b Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 18 May 2019 07:56:09 -0400 Subject: [PATCH] =?utf8?q?emacs:=20fix=20alert-default-style=20to=20use=20?= =?utf8?q?emacs=E2=80=99s=20notifications=20library?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .emacs.d/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 48a8332..18c38fb 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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 -- 2.20.1