Feature Request: RefTeX reference categories be user-customizable, or come out of RefTeX's configuration
At the moment, consult-reftex-reference-categories is hard-coded. I think it should be customizable (as in, set with defcustom), and ideally should inherit it' default value from RefTeX's pre-existing configuration, if any appropriate config exists. I don't know where RefTeX keeps this sort of thing, but I reckon the implementation of reftex-add-label-environments is probably a good place to look. The idea is that if I add support for some unusual referencing package to my emacs config, I should have to add as little as possible, and packages like this which take off from reftex should inherit what I do.
Also a good idea. A little held up at the moment, feel free to submit a PR for this.
@Hugo-Heagren, I believe I implemented this in 45649cf, would you verify that I did?