From f47773b631c26a6bd87d34fad3f971c90d1a1db8 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 5 Sep 2022 14:06:46 +0200 Subject: Cleaning some things up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I forgot to update the year on the license script itself (sorta did but never bothered to push it on git), and removed emoji support in GNU Emacs since it can be a pain when starting in daemon mode for the first time (it asks for downloading the emojis but you don't really read it when starting on this way). Signed-off-by: Miquel Sabaté Solà --- .doom.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.doom.d') diff --git a/.doom.d/init.el b/.doom.d/init.el index 2696bc6..9f31cc0 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -17,7 +17,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 -- cgit v1.2.3