abo-abo / hydra

make Emacs bindings that stick around
1.85k stars 113 forks source link

Customisation of messages #207

Open jasonm23 opened 8 years ago

jasonm23 commented 8 years ago

For domain specific messaging and improved UX it would be nice if we could specify warning messages for hydras in a given context.

I think approaching this in the spirit of doing the simplest thing that works, it's fine to make these messages defvar or perhaps defcustom (although I think that would clutter things for people who actually use the M-x customize interface.)

My feeling is that developers who want to customise messages will be ok with (setq-local ...)

Assuming there's nothing you dislike with this approach I'll submit a pull request with the change applied using the (defvar ...)

abo-abo commented 8 years ago

Assuming there's nothing you dislike with this approach I'll submit a pull request with the change applied using the (defvar ...)

Sure, let me see what you have in mind.