emacs-macos/src/modules/interface/emojify.el

4 lines
77 B
EmacsLisp
Raw Normal View History

2025-02-20 10:39:15 -07:00
(use-package emojify
:ensure t
:hook (after-init . global-emojify-mode))