Add alert to the selected packages and configure it
This commit is contained in:
parent
75f882c126
commit
24a8291572
5
init.el
5
init.el
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user