diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-12-06 16:49:19 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-12-06 17:05:51 +0100 |
| commit | c0111de1be276cb17e993af2ef79071325fbe80e (patch) | |
| tree | 2ac36d19575f9b8483f1cc0c30875ee953fe8f9c /.emacs-custom.el | |
| parent | 64886438558351ebd716de269c6329260bfc6dd4 (diff) | |
| download | dotfiles-c0111de1be276cb17e993af2ef79071325fbe80e.tar.xz | |
Enable ERC desktop notifications
Diffstat (limited to '.emacs-custom.el')
| -rw-r--r-- | .emacs-custom.el | 3 |
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) |
