From c1892671cd993e7bf80e67e380c4b7fdbff0ddfc Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Tue, 21 Nov 2023 13:14:12 -0500 Subject: [PATCH] [emacs] Disable emoji Not needed for Emacs 29+ --- .doom.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doom.d/init.el b/.doom.d/init.el index 5fc809a..0dac6bd 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -30,7 +30,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 +ascii +github +unicode) ; 🙂 + ;; (emoji +ascii +github +unicode) ; 🙂 hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;hydra ;;indent-guides ; highlighted indent columns