From b46ed2ba75bb08b3796716153bbd2383699dbfa4 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 28 May 2019 21:27:14 -0400 Subject: emacs: update packages, add emojify-mode for erc-mode --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs.d/init.el') 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) -- cgit v1.2.3-83-g751a