diff --git a/core/core-ui.el b/core/core-ui.el index 5e030f9a2..23f258abc 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -349,7 +349,7 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original max-mini-window-height 0.15) ;; Typing yes/no is obnoxious when y/n will do -(advice-add #'yes-or-no-p :override #'y-or-n-p) +(fset #'yes-or-no-p #'y-or-n-p) ;; Try really hard to keep the cursor from getting stuck in the read-only prompt ;; portion of the minibuffer.