Update emoji package
This commit is contained in:
parent
71b32782e3
commit
1b56d5ab0e
1 changed files with 5 additions and 4 deletions
7
init.el
7
init.el
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue