From: Tim Vaughan Date: Wed, 12 Jun 2019 22:48:24 +0000 (+0200) Subject: Removed "tab" instruction (is wrong if helm-mode is acive) X-Git-Tag: v1.1.1~1 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=a3ccfd1e8f7e4f0933b366bce0ce539abe1ea63a Removed "tab" instruction (is wrong if helm-mode is acive) --- diff --git a/elpher.el b/elpher.el index 361e1a3..ed1ab29 100644 --- a/elpher.el +++ b/elpher.el @@ -712,7 +712,7 @@ host, selector and port." (let* ((link-map (elpher-build-link-map))) (if link-map (let ((key (let ((completion-ignore-case t)) - (completing-read "Directory entry/link (tab to autocomplete): " + (completing-read "Directory item/link: " link-map nil t)))) (if (and key (> (length key) 0)) (let ((b (cdr (assoc key link-map))))