ch11ng / exwm

Emacs X Window Manager
2.86k stars 137 forks source link

[SPC SPC] does not work ([M-X] does, though) #911

Closed allentiak closed 1 year ago

allentiak commented 1 year ago

Description

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart:

When pressing SPC one more time, I get "SPC SPC SPC is undefined".

Expected behaviour: :heart: :smile: This should show a list of commands.

System Info

~/.spacemacs.d dir: https://github.com/allentiak/.spacemacs.d

:computer:

Backtrace :paw_prints:

<<BACKTRACE IF RELEVANT>>
eval-on-point commented 1 year ago

This seems like a spacemacs issue. SPC is not bound in EXWM by default. Check the keybindings section in the EXWM wiki to learn how to customize EXWM and confirm that there is code which performs that configuration in your Emacs configuration. I do not see any configuration of EXWM in your .spacemacs.

allentiak commented 1 year ago

Sorry. I opened this in the wrong repo. Closing.

allentiak commented 1 year ago

Thank you for your comment.