emacs-super-duper-yes-or-no

Replace the yes-or-no function with an even more demanding yes or no prompt, rather than with y-or-n.
Log | Files | Refs | LICENSE

commit ec4b2a95606ef8e56183cd1530b195350567f2b5
parent 5aad9d322a5d1c1a385a86d45e8cdcfc05e0a456
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Fri, 22 Dec 2023 20:26:35 +0200

Add more information to the super-duper-words vector's docstring.

Diffstat:
Msuper-duper-yes-or-no.el | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/super-duper-yes-or-no.el b/super-duper-yes-or-no.el @@ -53,7 +53,12 @@ "moo" "foo" "bar"] - "Words to be used by `sd-yes-or-no-words-p'.") + "Words to be used by `sd-yes-or-no-words-p'. + +The default vector here is just an example - you could replace it +with a longer and better vector of words, like one of the +Diceware wordlists (https://diceware.dmuth.org/), or one of the +EFF wordlists (https://www.eff.org/dice).") (defcustom sd-upper-case-phrase-for-yes "(If you understand what you're doing, enter the capitalized letters here for \"yes\")"