commit dfa3c6d060914c6082d6837da32df0c337330ee4
parent 194741e5fdcad05e197bbb392a22937b5fc4b403
Author: jrs5 <jonathan.schmeling@generalgrowth.com>
Date: Tue, 12 May 2020 10:09:23 -0500
Whoops; forgot to remove this…
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/emojify.el b/emojify.el
@@ -1841,7 +1841,6 @@ completion UI to display properly emojis."
(let* ((emojify-minibuffer-reading-emojis-p t)
(line-spacing 7)
(completion-ignore-case t)
- ;; Ido can only accept a list so grab the keys of the hashmap
(candidates (emojify--get-completing-read-candidates))
;; Vanilla Emacs completion and Icicles use the completion list mode to display candidates
;; the following makes sure emojify is enabled in the completion list