From 226f8d660df075d5525609bc38f47089dada5603 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Wed, 22 Jun 2022 22:21:47 -0400 Subject: [PATCH] Fix emojify download emojis and Doom Emacs --- doom/.config/doom/+ui.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doom/.config/doom/+ui.el b/doom/.config/doom/+ui.el index 401616c..a71689a 100644 --- a/doom/.config/doom/+ui.el +++ b/doom/.config/doom/+ui.el @@ -38,3 +38,6 @@ (let ((project-name (projectile-project-name))) (unless (string= "-" project-name) (format (if (buffer-modified-p) " ◉ %s" "  ●  %s") project-name)))))) + +;; emoji: Work around https://github.com/iqbalansari/emacs-emojify/issues/100 +(setq emojify-download-emojis-p t)