4 lines
77 B
EmacsLisp
4 lines
77 B
EmacsLisp
|
(use-package emojify
|
||
|
:ensure t
|
||
|
:hook (after-init . global-emojify-mode))
|