neuron-mode icon indicating copy to clipboard operation
neuron-mode copied to clipboard

Tag specific keymaps

Open felko opened this issue 5 years ago • 1 comments

I'd like to define keymaps that would be enabled dynamically based on the tags of the current zettel. I don't know if Emacs allows this kind of thing though. Some ideas here: https://github.com/felko/neuron-mode/issues/55#issuecomment-670399673

Hooks could also be used to run code when opening a zettel with some tag, or adding this tag on the current zettel.

felko avatar Aug 07 '20 08:08 felko

I think this should be done though minor modes instead of transient-maps, I could provide some minor mode definition utility that would be specialized for writing those.

felko avatar Aug 07 '20 10:08 felko