Is it possible to prevent kill-ring
from storing whitespaces/empty lines? Right now after I do a couple of changes and then go to browse-kill-ring
I often see something like this:
-------
-------
merchant_uuid: "some_uuid"
-------
it "creates a webhook" do
-------
-------
-------
Is there a way of forcing kill-ring to only append meaningful content?