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

View file

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