doom: Emojify, Document workaround no longer needed

This commit is contained in:
earnest ma 2022-10-01 20:03:08 -04:00
parent ca61dd13e8
commit 5a465404d3
No known key found for this signature in database
GPG Key ID: A343F43342EB6E2A
1 changed files with 3 additions and 1 deletions

View File

@ -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)