Is it possible to use align-regexp in wdired mode (Emacs)?
I want to align folder names that contain a space after the first word.
So:
folder1xxx xxxxx
folder2xx xxxxxx
folder3xxxx xxxxx
where x can be any alphanumeric character, should become something like this:
folder1xxx xxxxx
folder2xx xxxxxx
folder3xxxx xxxxx
As of now I only get a 'Text is read-only' message, because not the whole buffer is editable.
Thanks.