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
|
||||
(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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user