summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/init.el b/init.el
index 7801d5e..e11c742 100644
--- a/init.el
+++ b/init.el
@@ -547,7 +547,10 @@
alert-hide-all-notifications nil))
;;;; jao-notify
-(require 'jao-notify)
+(use-package jao-notify
+ :demand t
+ :init (setq jao-notify-use-messages t))
+
;;;; tracking
(use-package tracking
:demand t