emoji layer: increase helm candidate limit

This commit is contained in:
syl20bnr 2015-05-24 19:32:40 -04:00
parent 27223caada
commit f734b51768
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc/generate-toc again -->
**Table of Contents**
- [Colors contribution layer for Spacemacs](#colors-contribution-layer-for-spacemacs)
- [Emoji contribution layer for Spacemacs](#emoji-contribution-layer-for-spacemacs)
- [Description](#description)
- [Install](#install)
- [Key bindings](#key-bindings)

View file

@ -226,7 +226,8 @@
"Insert selected emojis from helm source."
(interactive)
(emoji-cheat-sheet-plus--create-cache)
(helm :sources (emoji-cheat-sheet-plus--helm-source)))
(helm :sources (emoji-cheat-sheet-plus--helm-source)
:candidate-number-limit 1000))
;; Replace emoji codes in buffer with images