SavchenkoValeriy / emacs-powerthesaurus

Powerthesaurus integration for Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hydra, transient are loaded too eagerly in the generated autoload file

daanturo opened this issue · comments

commented

Hello, thank you for the new cool interfaces!

Currently, the way powerthesaurus defines the hydra and transient is not so performant: it dumps the whole code block into the autoload file, and forcefully loads hydra.el and transient.el too early in the startup process.

While not invalidating the fix for #36 and still address this loading issue, I think we can opt to move those to a separate like https://github.com/emacs-lsp/dap-mode/blob/master/dap-hydra.el does.

Also a small feature request from me: add "q" to quit transient, similar to the hydra one.

Would also like to see this changed