diff options
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 1 insertions, 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 |