diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 2b10c03..20a723b 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -13,7 +13,8 @@ (string= "yes" (downcase (read-from-minibuffer - (concat prompt "(yes or whatever) "))))) + (concat prompt "(type yes) "))))) + ;; Ask if you want to quit emacs (setq confirm-kill-emacs 'my/yes-or-whatever-p)