summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2019-12-06 16:49:19 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2019-12-06 17:05:51 +0100
commitc0111de1be276cb17e993af2ef79071325fbe80e (patch)
tree2ac36d19575f9b8483f1cc0c30875ee953fe8f9c
parent64886438558351ebd716de269c6329260bfc6dd4 (diff)
downloaddotfiles-c0111de1be276cb17e993af2ef79071325fbe80e.tar.xz
Enable ERC desktop notifications
-rw-r--r--.emacs-custom.el3
1 files changed, 3 insertions, 0 deletions
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)