diff options
author | Amin Bandali <mab@gnu.org> | 2020-01-21 21:19:50 -0500 |
---|---|---|
committer | Amin Bandali <mab@gnu.org> | 2020-01-21 21:42:29 -0500 |
commit | b7d4b4b37922a757b3e587ee5779fc03f4c688dd (patch) | |
tree | 467ff1459a7762ecfed06d575dfe5b8f5e630c28 | |
parent | 466bb3e0062cf7cc938f5a88e89fa3e71e098d06 (diff) | |
download | configs-b7d4b4b37922a757b3e587ee5779fc03f4c688dd.tar.gz configs-b7d4b4b37922a757b3e587ee5779fc03f4c688dd.tar.xz configs-b7d4b4b37922a757b3e587ee5779fc03f4c688dd.zip |
emacs: erc: enable smiley module
-rw-r--r-- | .emacs.d/init.el | 1 |
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)) |