Commit 647b98a5f75b

Vincent Demeester <vincent@sbr.pm>
2021-01-18 15:27:01
tools/emacs: display colored emoji in emacs
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 313d68f
Changed files (1)
tools
tools/emacs/config/config-appearance.el
@@ -10,7 +10,11 @@
   :commands (mu-reset-fonts)
   :hook (after-init . mu-reset-fonts)
   :config
-
+  ;; For displaying emojies ๐Ÿ˜›๐Ÿฆ
+  (set-fontset-font t 'symbol "Apple Color Emoji")
+  (set-fontset-font t 'symbol "Noto Color Emoji" nil 'append)
+  (set-fontset-font t 'symbol "Segoe UI Emoji" nil 'append)
+  (set-fontset-font t 'symbol "Symbola" nil 'append)
   (defun mu-reset-fonts ()
     "Reset fonts to my preferences."
     (interactive)