Document auto-completion key sequence delay var

This commit is contained in:
Eivind Fonn 2016-01-08 21:29:58 +01:00
parent f6b981b329
commit 83f18ae538
1 changed files with 5 additions and 1 deletions

View File

@ -57,7 +57,11 @@ layer variables:
as been entered quickly enough. If its value is =nil= then the feature is
disabled.
4. =auto-completion-private-snippets-directory= is a path or list of paths to
4. =auto-completion-complete-with-key-sequence-delay= is the number of seconds
to wait for the auto-completion key sequence to be entered. The default value
is 0.1 seconds.
5. =auto-completion-private-snippets-directory= is a path or list of paths to
your private snippets directory. If its value is =nil= then the spacemacs
default (=~/.emacs.d/private/snippets=) is used.