From fd3f074b21738e3305c620325323f7f952318e53 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Fri, 14 Nov 2014 14:15:17 -0500 Subject: Use Ido when it is enabled --- sx-question-list.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sx-question-list.el') diff --git a/sx-question-list.el b/sx-question-list.el index 2f877cc..9c03405 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -302,7 +302,7 @@ focus the relevant window." (defun sx-question-list-switch-site (site) "Switch the current site to SITE and display its questions" (interactive - (list (completing-read + (list (funcall (if ido-mode #'ido-completing-read #'completing-read) "Switch to site: " (sx-site-get-api-tokens) (lambda (site) (not (equal site sx-question-list--current-site))) -- cgit v1.2.3