diff --git a/init.el b/init.el index 62585b9..8d80ec4 100644 --- a/init.el +++ b/init.el @@ -59,6 +59,7 @@ (quote (ace-window ag + alert avy beacon coffee-mode @@ -639,6 +640,10 @@ (use-package restclient-helm) +(use-package alert + :config + (setq alert-default-style 'notifications)) + ;; Load my own functions (load "gnu-c-header.el") (load "toggle-window-split.el")