From 24a8291572724e4e7032bcd59df51cf4cecd6ead Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 21 Oct 2016 19:37:08 +0200 Subject: [PATCH] Add alert to the selected packages and configure it --- init.el | 5 +++++ 1 file changed, 5 insertions(+) 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")