diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |