From 74132926d2923e40b90494da1429ca3c25808db3 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 27 Feb 2024 02:49:11 -0500 Subject: [PATCH] config/doom: disable emoji, remove gist --- users/infinidoge/config/doom/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/users/infinidoge/config/doom/init.el b/users/infinidoge/config/doom/init.el index f7e9152..14b3cfa 100644 --- a/users/infinidoge/config/doom/init.el +++ b/users/infinidoge/config/doom/init.el @@ -27,7 +27,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 hydra indent-guides ; highlighted indent columns @@ -91,7 +91,6 @@ editorconfig ; let someone else argue about tabs vs spaces ein ; tame Jupyter notebooks with emacs (eval +overlay) ; run code, run (also, repls) - gist ; interacting with github gists lookup ; navigate your code and its documentation lsp (magit +forge) ; a git porcelain for Emacs