From b2cfd1a0849ef0d49036c64f5bda5add0f9d6861 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 12 Dec 2014 00:51:23 -0800 Subject: [PATCH] Disable ido-ubiquitous. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index bfd9ae25..38e25af6 100644 --- a/init.el +++ b/init.el @@ -989,6 +989,7 @@ The current directory is assumed to be the project's root otherwise." (setq ido-use-faces nil))) (use-package ido-ubiquitous :ensure t + :disabled t :commands (ido-ubiquitous-mode)) (use-package ido-vertical-mode :ensure t