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)