From 34b5b21f994169ee3b84fa4304e50dd6ed5397c5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 12 Dec 2014 00:51:23 -0800 Subject: [PATCH] Disable ido-ubiquitous. --- dotfiles/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index bfd9ae25..38e25af6 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/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