Set hybrid-mode-default-state default value to hybrid

This commit is contained in:
syl20bnr 2016-03-16 23:40:09 -04:00
parent ca5b8be90b
commit 50ff429f81

View file

@ -33,15 +33,13 @@
(defvar hybrid-mode-enable-hjkl-bindings)
(defcustom hybrid-mode-default-state 'normal
"Value of `evil-default-state' for hybrid-mode. Set to hybrid
to start in hybrid state (emacs bindings) by default."
(defcustom hybrid-mode-default-state 'hybrid
"Value of `evil-default-state' for hybrid-mode."
:group 'spacemacs
:type 'symbol)
(defcustom hybrid-mode-enable-hjkl-bindings nil
"If non nil then packages configuration should define the
key bindings for hjkl navigation."
"If non nil then packages configuration should enable hjkl navigation."
:group 'spacemacs
:type 'boolean)