From 7e6bd41e6d03b74bd77c2de5a11f2c3a099f7d0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 15 Apr 2025 16:36:23 +0200 Subject: [PATCH] feat(doom): enable github emoji format --- modules/home/doom/static/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/doom/static/init.el b/modules/home/doom/static/init.el index b68504b..5ca7bf4 100644 --- a/modules/home/doom/static/init.el +++ b/modules/home/doom/static/init.el @@ -33,7 +33,7 @@ doom ; what makes DOOM look the way it does doom-dashboard ; a nifty splash screen for Emacs ;;doom-quit ; DOOM quit-message prompts when you quit Emacs - (emoji +unicode) ; 🙂 + (emoji +unicode +github) ; 🙂 hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;hydra ;;indent-guides ; highlighted indent columns