Add alert to the selected packages and configure it

This commit is contained in:
Gergely Polonkai 2016-10-21 19:37:08 +02:00
parent 75f882c126
commit 24a8291572
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,7 @@
(quote (quote
(ace-window (ace-window
ag ag
alert
avy avy
beacon beacon
coffee-mode coffee-mode
@ -639,6 +640,10 @@
(use-package restclient-helm) (use-package restclient-helm)
(use-package alert
:config
(setq alert-default-style 'notifications))
;; Load my own functions ;; Load my own functions
(load "gnu-c-header.el") (load "gnu-c-header.el")
(load "toggle-window-split.el") (load "toggle-window-split.el")