From c0111de1be276cb17e993af2ef79071325fbe80e Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 6 Dec 2019 16:49:19 +0100 Subject: Enable ERC desktop notifications --- .emacs-custom.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs-custom.el') diff --git a/.emacs-custom.el b/.emacs-custom.el index 24ca8bb..d24f78c 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -21,6 +21,9 @@ '(erc-log-write-after-insert t) '(erc-log-write-after-send t) '(erc-nick "peniblec") + `(erc-notifications-icon + ,(concat data-directory "images/icons/hicolor/scalable/apps/emacs.svg")) + '(erc-notifications-mode t) '(erc-prompt-for-password nil) '(eshell-scroll-show-maximum-output nil) '(footnote-body-tag-spacing 1) -- cgit v1.2.3