From 5a465404d32e60e48f2cde99e1f4429f43eca7e9 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Sat, 1 Oct 2022 20:03:08 -0400 Subject: [PATCH] doom: Emojify, Document workaround no longer needed --- doom/.config/doom/+ui.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doom/.config/doom/+ui.el b/doom/.config/doom/+ui.el index a71689a..c36add9 100644 --- a/doom/.config/doom/+ui.el +++ b/doom/.config/doom/+ui.el @@ -39,5 +39,7 @@ (unless (string= "-" project-name) (format (if (buffer-modified-p) " ◉ %s" "  ●  %s") project-name)))))) -;; emoji: Work around https://github.com/iqbalansari/emacs-emojify/issues/100 +;; emojify: Was a workaround for +;; https://github.com/iqbalansari/emacs-emojify/issues/100, but keep for +;; simplicity. (setq emojify-download-emojis-p t)