diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-18 07:56:09 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-05-18 07:56:09 -0400 |
commit | 83a17ce5972fd9f05ead73cd50b3e8748e4bba9b (patch) | |
tree | 5100a0f2c5529a09d1ff064be9164088fc346c6d | |
parent | 216b87f104cb38dea4c71f2e5890f665a4c37820 (diff) | |
download | configs-83a17ce5972fd9f05ead73cd50b3e8748e4bba9b.tar.gz configs-83a17ce5972fd9f05ead73cd50b3e8748e4bba9b.tar.xz configs-83a17ce5972fd9f05ead73cd50b3e8748e4bba9b.zip |
emacs: fix alert-default-style to use emacs’s notifications library
-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 |