From 28a929663bc56f523bef5f0c8a364258b992f02c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 21 Mar 2022 04:01:23 +0100 Subject: [PATCH] tweak: disable :ui doom-quit by default This module doesn't offer any real value, so shouldn't be enabled by default. Plus, some of its messages may give off the wrong impression to folks that aren't expecting them. Fix: #5733 --- init.example.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.example.el b/init.example.el index bc5b62379..22a707033 100644 --- a/init.example.el +++ b/init.example.el @@ -30,7 +30,7 @@ ;;deft ; notational velocity for Emacs 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 + ;;doom-quit ; DOOM quit-message prompts when you quit Emacs ;;(emoji +unicode) ; 🙂 hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;hydra