Update emoji package
This commit is contained in:
parent
71b32782e3
commit
1b56d5ab0e
1 changed files with 5 additions and 4 deletions
9
init.el
9
init.el
|
@ -242,10 +242,11 @@
|
|||
:commands emojify-mode
|
||||
:config
|
||||
(when (member "Segoe UI Emoji" (font-family-list))
|
||||
;; https://ianyepan.github.io/posts/emacs-emojis/
|
||||
(set-fontset-font t 'symbol (font-spec :family "Segoe UI Emoji") nil 'prepend)
|
||||
(setq emojify-display-style 'unicode)
|
||||
(setq emojify-emoji-styles '(unicode))))
|
||||
(set-fontset-font
|
||||
t 'symbol (font-spec :family "Segoe UI Emoji") nil 'prepend))
|
||||
(setq emojify-display-style 'unicode)
|
||||
(setq emojify-emoji-styles '(unicode))
|
||||
(bind-key* (kbd "C-c .") #'emojify-insert-emoji))
|
||||
|
||||
;; (defun my-vc-info ()
|
||||
;; (when vc-mode
|
||||
|
|
Loading…
Add table
Reference in a new issue