Call emoji on erc
This commit is contained in:
parent
a3e8512ff1
commit
45456fbcf8
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
||||||
:hook (dired-mode . all-the-icons-dired-mode))
|
:hook (dired-mode . all-the-icons-dired-mode))
|
||||||
|
|
||||||
(use-package emojify
|
(use-package emojify
|
||||||
|
:hook (erc-mode . emojify-mode)
|
||||||
|
:commands emojify-mode
|
||||||
:config
|
:config
|
||||||
(when (member "Segoe UI Emoji" (font-family-list))
|
(when (member "Segoe UI Emoji" (font-family-list))
|
||||||
;; https://ianyepan.github.io/posts/emacs-emojis/
|
;; https://ianyepan.github.io/posts/emacs-emojis/
|
||||||
|
|
Loading…
Add table
Reference in a new issue