This package currently sets the active snippets from the following categories:
(1) Category explicitly selected by the user
(2) Major mode
(3) Project name of projectile, if any
(4) Global categories
Here I will call (2) and (3) implicit categories. I would like to define some custom implicit categories, e.g. Org categories, so I've implemented a feature to allow customization.
Thanks! It looks very clean. I haven't used seq-intersection, handy stuff! I'll add (require 'seq) and update required Emacs version to 25.1 (I believe seq were introduced there).
This package currently sets the active snippets from the following categories:
Here I will call (2) and (3) implicit categories. I would like to define some custom implicit categories, e.g. Org categories, so I've implemented a feature to allow customization.