From b29aa20fef0303ebd7b3e5dcaff4a612c7e0cf39 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 20 Sep 2019 12:47:22 -0400 Subject: emacs: update packages and disable emojify --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 55e63b7..12cafdb 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1885,6 +1885,7 @@ This function is intended for use with `ivy-ignore-buffers'." ;; (use-package fill-column-indicator) (use-package emojify + :disabled :hook (erc-mode . emojify-mode)) (use-feature window -- cgit v1.2.3-83-g751a