From 853f902d6cd977325f24c5951683f97dc4e22214 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 17 Mar 2016 00:39:57 +0100 Subject: Add comment --- emacs/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') 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")) -- cgit v1.2.3-54-g00ecf