core: add hybrid as allowed value in dotfile

This commit is contained in:
syl20bnr 2015-08-31 23:35:28 -04:00
parent 92b8c31e36
commit fba874d64d
1 changed files with 2 additions and 2 deletions

View File

@ -381,8 +381,8 @@ If MSG is not nil then display a message in `*Messages'."
(dotspacemacs||let-init-test
(dotspacemacs/init)
(spacemacs//test-var
(lambda (x) (member x '(vim emacs)))
'dotspacemacs-editing-style "is \'vim or \'emacs")
(lambda (x) (member x '(vim emacs hybrid)))
'dotspacemacs-editing-style "is \'vim, \'emacs or \'hybrid")
(spacemacs//test-var
(lambda (x) (member x '(original cache nil)))
'dotspacemacs-auto-save-file-location (concat "is one of \'original, "