diff options
| -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) |
