diff options
author | Thanos Apollo <[email protected]> | 2024-04-03 05:03:16 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-04-03 05:03:16 +0300 |
commit | 440f1d9a192fe3f2d5f400b6380157e8c3c4d6ca (patch) | |
tree | 0cc43dc965e98f9b7dbe63a48381104c1ed2bb5d /.emacs.d/init.el | |
parent | 622e215e9e3ac6dd559a27a2d83565c236d5bbb1 (diff) |
emacs: Update emojify
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8454349..ebb93f3 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -545,7 +545,9 @@ :defer t) (use-package emojify - :ensure t) + :ensure t + :hook (erc-mode . emojify-mode) + :commands emojify-mode) (use-package flycheck-package :ensure t |