Update alert settings
This commit is contained in:
parent
5edcccd611
commit
e9f01d0755
1 changed files with 4 additions and 1 deletions
|
@ -759,7 +759,10 @@ MODE1 is enabled and vice-versa."
|
||||||
(setq projectile-completion-system 'helm)
|
(setq projectile-completion-system 'helm)
|
||||||
|
|
||||||
;; Use the notifications library with alert.
|
;; Use the notifications library with alert.
|
||||||
(setq alert-default-style 'notifications)
|
(setq alert-default-style 'libnotify)
|
||||||
|
(setq alert-default-icon
|
||||||
|
(concat data-directory
|
||||||
|
"images/icons/hicolor/32x32/apps/emacs.png"))
|
||||||
|
|
||||||
;;;; Misc modes
|
;;;; Misc modes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue