joostkremers / writeroom-mode

Writeroom-mode: distraction-free writing for Emacs.
BSD 3-Clause "New" or "Revised" License
611 stars 28 forks source link

Add option `writeroom-extra-line-spacing' #15

Closed shnarazk closed 9 years ago

shnarazk commented 9 years ago

hi. I added another option to writeroom to control line spacing. Please check.

joostkremers commented 9 years ago

Cool, thanks!

joostkremers commented 9 years ago

On second thought, this is better implemented using the buffer-local variable line-spacing, because the frame parameter affects all buffers.

joostkremers commented 9 years ago

Ok, pushed an update that makes the option buffer-local. It's also disabled by default, so you'll have to activate it. Just need to update the README...

shnarazk commented 9 years ago

OK. I don't mind the implementation detail. Thanks for the new release with this feature.

joostkremers commented 9 years ago

Thank you for the suggestion!