summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorAmin Bandali <mab@gnu.org>2020-01-21 21:19:50 -0500
committerAmin Bandali <mab@gnu.org>2020-01-21 21:42:29 -0500
commitb7d4b4b37922a757b3e587ee5779fc03f4c688dd (patch)
tree467ff1459a7762ecfed06d575dfe5b8f5e630c28 /.emacs.d
parent466bb3e0062cf7cc938f5a88e89fa3e71e098d06 (diff)
downloadconfigs-b7d4b4b37922a757b3e587ee5779fc03f4c688dd.tar.gz
configs-b7d4b4b37922a757b3e587ee5779fc03f4c688dd.tar.xz
configs-b7d4b4b37922a757b3e587ee5779fc03f4c688dd.zip
emacs: erc: enable smiley module
Diffstat (limited to '')
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 6e24e52..46dd998 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -2685,6 +2685,7 @@ https://csclub.uwaterloo.ca/~abandali")
(erc-cmd-DEOP (format "%s" (erc-current-nick))))
(add-to-list 'erc-modules 'keep-place)
(add-to-list 'erc-modules 'notifications)
+ (add-to-list 'erc-modules 'smiley)
(add-to-list 'erc-modules 'spelling)
(add-to-list 'erc-modules 'scrolltoplace)
(erc-update-modules))