summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-03-17 00:39:57 +0100
committerGravatar Tom Willemse2016-03-17 00:39:57 +0100
commit853f902d6cd977325f24c5951683f97dc4e22214 (patch)
tree23c75aa299c9342bef1227cf0a8f7fe84a89b2e4 /emacs
parentec1a9aa30c27c02b92b6c433cdb86773ae55734e (diff)
downloaddotfiles-853f902d6cd977325f24c5951683f97dc4e22214.tar.gz
dotfiles-853f902d6cd977325f24c5951683f97dc4e22214.zip
Add comment
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index a2e6e4d..55c0afa 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -762,6 +762,7 @@ MODE1 is enabled and vice-versa."
;; Use the notifications library with alert.
(setq alert-default-style 'libnotify)
+;; Set a proper icon for notifications.
(setq alert-default-icon
(concat data-directory
"images/icons/hicolor/32x32/apps/emacs.png"))