From 074699b67b9b78c937180da4b96c17503d974f13 Mon Sep 17 00:00:00 2001 From: rekado Date: Tue, 28 Oct 2014 13:45:35 +0100 Subject: replace ido-yes-or-no-mode with y-or-n-p --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index fd73f37..30ee122 100644 --- a/init.el +++ b/init.el @@ -105,8 +105,7 @@ ;; Use ido everywhere (require 'ido-ubiquitous) (ido-ubiquitous-mode 1) -;; use ido for yes/no questions -(ido-yes-or-no-mode 1) +(fset 'yes-or-no-p 'y-or-n-p) ;; fullscreen mode with F11 (fullscreen-mode 1) -- cgit v1.2.3