From 469568778030f63adf6af911bef6be5244e5bfe1 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Fri, 12 Jul 2024 11:56:15 -0700 Subject: [PATCH] Add emoji package --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 884150a..1c7fbbb 100644 --- a/init.el +++ b/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) ; 🙂 hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;indent-guides ; highlighted indent columns ;;ligatures ; ligatures and symbols to make your code pretty again