akirak / frame-workflow

Frame-oriented workflow management for Emacs
GNU General Public License v3.0
25 stars 2 forks source link

Add `:trigger` property #3

Open akirak opened 6 years ago

akirak commented 6 years ago

Add an optional property to define if a frame creation should be triggered in the current context. It is a predicate, i.e. a function that returns a boolean value. This property can be used to suggest what you are supposed to do.

There should be a completing-read interface to view a list of prototypes that can be "triggered" from the current buffer.