From c8802b358bcd6f4fa66abf606c48b5b0b47d8655 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 20 Mar 2020 14:44:58 +0000 Subject: [PATCH] fix(editor): Disable ido-everywhere Turns out ido-everywhere can yield some rather annoying results. So let's not do that. --- modules/editor/siren-ido.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/editor/siren-ido.el b/modules/editor/siren-ido.el index ccc9cd7..1f921a8 100644 --- a/modules/editor/siren-ido.el +++ b/modules/editor/siren-ido.el @@ -22,8 +22,7 @@ (ido-use-filename-at-point nil) :config - (ido-mode 1) - (ido-everywhere 1)) + (ido-mode 1)) (use-package ido-completing-read+ :custom