When I run Emacs with doom on Manjaro, SPC is not defined as the leader key (apparently), despite the same ~/.config/doom/*.el files working on macOS on two other computers. Pressing SPC just gets a message ‘End of line’ in the minibuffer.
I also notice the modeline has a single ‘1’ at the left, and nothing else.
What did you expect to happen?
Work as normal.
Steps to reproduce
Install Emacs 28.1-7 using Manjaro’s package manager.
If you ever find that keybindings are missing, this is an indicator an error has occurred at startup. Check the *Messages* buffer for warnings or errors, and produce a backtrace from the error, if you can.
The message buffer can be opened after startup, the function to open it is called view-echo-area-messages
If you can’t find it you can also just try a fresh install. Make sure you have all the prerequisites installed, I recommend the native compiled emacs, how to install it is described really good in the doom emacs github