Closed Pfedj closed 5 years ago
Seems to be a bug. I'll take a look into it and hopefully fix it soon.
Pushed a fix and should be available on Melpa soon. BTW if you don't mind not being to see the hint for quit keys, you can use the :quit-key
body option instead of explicitly adding nil
heads, e.g.
(major-mode-hydra-define python-mode (:quit-key ("<escape>" "q"))
("Eval"
(("i" elpy-importmagic-fixup "Importmagic fixup")
("d" elpy-goto-definition "Goto definition"))))
I would like to have different hydra for different major-mode. Lets suppose this my config:
I expected to see in python-mode the following:
However union of columns seem to happen:
How can I get the expected results?