Fix emojify download emojis and Doom Emacs
parent
df0acdae36
commit
226f8d660d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue