spacemacs

jumar 2025-11-11T10:53:06.851239Z

I'm using latest develop with all packages updated and seeing this errors in *Messages* during startup

(Spacemacs) Error: hybrid-mode-default-state is obsolete since 20180608, use hybrid-style-default-state instead.
(Spacemacs) Error: hybrid-mode-enable-hjkl-bindings is obsolete since 20180608, use hybrid-style-enable-hjkl-bindings instead.
(Spacemacs) Error: hybrid-mode-enable-evilified-state is obsolete since 20180608, use hybrid-style-enable-evilified-state instead.
(Spacemacs) Error: hybrid-mode-use-evil-search-module is obsolete since 20180608, use hybrid-style-use-evil-search-module instead.
I'm not sure if it actually affects the functionality but I'd like to get rid of them. I don't have that much in my .spacemacs regarding the hybrid mode
dotspacemacs-editing-style 'hybrid
Is this something that needs to be fixed in Spacemacs itself?

jumar 2025-12-09T07:50:16.576229Z

Yes, that's what I usually do. Today I upgraded again and it seems the errors are gone.

practicalli-johnny 2025-11-11T12:53:06.803619Z

Suggest using SPC f e D which opens ediff with the Spacemcs config template and your own Spacemacs config. Merge changes from the Spcemacs config template intobyour own config where appropriate. The error suggests there have been a couple of variable updtes for hybrid editing mode. https://practical.li/spacemacs/install-spacemacs/update/#update-the-spacemacs-configuration

jumar 2025-11-12T06:48:05.055969Z

I didn’t find anything significant

Ben Sless 2025-12-06T11:42:11.067639Z

have you tried SPC f e U? worked for me