[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 8632262 5/8: Don't use yas-x-prompt by default
From: |
João Távora |
Subject: |
[elpa] master 8632262 5/8: Don't use yas-x-prompt by default |
Date: |
Mon, 07 Mar 2016 08:48:49 +0000 |
branch: master
commit 8632262a50a33a648bf6f8b30e9b4712082939c9
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>
Don't use yas-x-prompt by default
It is not a very pleasant method when there are many values, and
`yas-completing-prompt' will usually do a better job, in addition to
respecting customizations to `completing-read-function'.
`yas-dropdown-prompt' remains in first place, since it only takes effect
if the `dropdown' library is loaded, which likely indicates a preference
for it.
* yasnippet.el (yas-prompt-functions): Remove yas-x-prompt from default
value.
---
yasnippet.el | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/yasnippet.el b/yasnippet.el
index 59285a6..6ada52e 100644
--- a/yasnippet.el
+++ b/yasnippet.el
@@ -213,8 +213,7 @@ If nil, don't use any snippet."
:type 'string
:group 'yasnippet)
-(defcustom yas-prompt-functions '(yas-x-prompt
- yas-dropdown-prompt
+(defcustom yas-prompt-functions '(yas-dropdown-prompt
yas-completing-prompt
yas-maybe-ido-prompt
yas-no-prompt)
- [elpa] master updated (ab7d7f3 -> 9983491), João Távora, 2016/03/07
- [elpa] master 4a6d923 1/8: Slightly improve on fix for #515: Refactor code and add tests, João Távora, 2016/03/07
- [elpa] master acf2cdd 2/8: Decide field clearing commands based on delsel, João Távora, 2016/03/07
- [elpa] master 80941c0 3/8: Update snippets submodule, João Távora, 2016/03/07
- [elpa] master 42601d2 4/8: Apply changes from GNU ELPA, João Távora, 2016/03/07
- [elpa] master 8632262 5/8: Don't use yas-x-prompt by default,
João Távora <=
- [elpa] master 88b7950 6/8: Reduce `yas-new-snippet-default', João Távora, 2016/03/07
- [elpa] master 572c73d 7/8: Avoid error in case this-command isn't a symbol., João Távora, 2016/03/07
- [elpa] master 9983491 8/8: Update packages/yasnippet by subtree-merging from its github-based upstream, João Távora, 2016/03/07