Fix emojify download emojis and Doom Emacs

main
earnest ma 2022-06-22 22:21:47 -04:00
parent df0acdae36
commit 226f8d660d
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 3 additions and 0 deletions

View File

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