diff options
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/init.el | 3 |
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) |