Given the following buffer:
foo bar
nee nope
If I place point on the 2nd line and execute
(just-one-space -1)
the result will be:
foo bar nee nope
Is there a way to modify the behavior such that the newline after 'bar' will be kept, e.g. with this result:
foo bar
neee nope
?
Or do I have to write my own function for this?
Thanks in advance, Tom
shrink-whitespace
), but you can check it out to see if it fits your needs. – Kaushal Modi May 18 '16 at 21:23