hasky-mode/hasky-stack

keybindings

kinsho6i7h opened this issue · 2 comments

hi, cannot get the key bindings to work.

hasky-stack all works, just not the keybindings...

GNU Emacs 25.3.1

error: Key sequence h e starts with non-prefix key

What did you put into your configuration and what are you typing exactly? In the readme I show a snippet which uses <next> and on my keyboard it's just "page down". It's OK for me because I have non-standard setup, but you may consider choosing something more conventional.

For some odd reason, <next> isn't mapped in my system to page-down. Something is broken. However, I remapped to...

(require 'hasky-stack)
(global-set-key (kbd "<tab> h e") #'hasky-stack-execute)
(global-set-key (kbd "<tab> h h") #'hasky-stack-package-action)
(global-set-key (kbd "<tab> h i") #'hasky-stack-new)

All works well.