Short answer yes; in the future.
Longer answer: I stated out trying to integrate this along side each new feature. This was problematic because a lot of features interact heavily, and I was having to separately bug-test each possible combination of settings.
A lot of the principles of good coding that professionals learn in school are designed to avoid these inter-dependency issues between systems. Unfortunately I have not been formally educated in computer science and am learning these lessons the hard way, but I am learning.
What I plan to do is that when a given feature is “mature” (ie complete, mostly bug free, and written in a way that I don’t anticipate having to change); I will then go in and try to make as many elements of that feature configurable as possible. Unfortunately at the moment there are basically no features for which this is the case today. I do plan on making a couple toggles in a soon-to-come release, but it won’t be very granular for some time.
Edit: to see the available options now and in the future press shift-F10.