summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index c5a5bdf..6eeb23f 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1538,6 +1538,9 @@ For disabling the behaviour for certain buffers and/or modes."
;; (use-package fill-column-indicator)
+(use-package emojify
+ :hook (erc-mode . emojify-mode))
+
;;; Email (with Gnus)