Fork me on GitHub
#emacs
<
2019-02-10
>
theeternalpulse23:02:10

I can't seem to get the leader key space working in help modes here's my general-define-key output

(general-define-key
   :states '(normal visual insert emacs)
   :keymaps '(global help)
   :prefix "SPC"
   :non-normal-prefix "M-SPC"

theeternalpulse23:02:38

but in the help-mode (I have an alias set up for help as (add-to-list 'general-keymap-aliases '(help . help-mode-map))

theeternalpulse23:02:48

spc doesn't seem to be mapped