diff options
Diffstat (limited to '')
-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 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 |