From 782de48e0b1f9f4fa152a7033e225f7b2c1383f7 Mon Sep 17 00:00:00 2001 From: Kiran Shila Date: Sat, 14 Aug 2021 18:50:50 -0700 Subject: [PATCH] feat(doom-quit): add message from Sid Meier's Alpha Centauri I loved the idea, so I added it :) Fix #5373 Close #5375 --- modules/ui/doom-quit/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ui/doom-quit/config.el b/modules/ui/doom-quit/config.el index c3e4e7593..e5e445f64 100644 --- a/modules/ui/doom-quit/config.el +++ b/modules/ui/doom-quit/config.el @@ -18,7 +18,8 @@ "It's not like I'll miss you or anything, b-baka!" "Okay, look. We've both said a lot of things you're going to regret..." "Wake up, Mr. Stallman. Wake up and smell the ashes." - "You are *not* prepared!") + "You are *not* prepared!" + "Please don't go. The drones need you. They look up to you.") "A list of quit messages, picked randomly by `+doom-quit'. Taken from http://doom.wikia.com/wiki/Quit_messages and elsewhere.")