Update emoji package

This commit is contained in:
Marcus Kammer 2024-09-30 13:46:36 +02:00
parent 71b32782e3
commit 1b56d5ab0e
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -242,10 +242,11 @@
:commands 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/ (set-fontset-font
(set-fontset-font t 'symbol (font-spec :family "Segoe UI Emoji") nil 'prepend) t 'symbol (font-spec :family "Segoe UI Emoji") nil 'prepend))
(setq emojify-display-style 'unicode) (setq emojify-display-style 'unicode)
(setq emojify-emoji-styles '(unicode)))) (setq emojify-emoji-styles '(unicode))
(bind-key* (kbd "C-c .") #'emojify-insert-emoji))
;; (defun my-vc-info () ;; (defun my-vc-info ()
;; (when vc-mode ;; (when vc-mode