I have the following wrapped text, especially when you use a lot of windows:
I'm wondering if the indentation of wrapped text could be changed like in Vim:
When figuring out, it seems the AutoFillMode is responsible for this. I was hoping this might be improved in Emacs 25. After upgraded to a compiled binary of Emacs 25, I see the same behaviour.
So I'm wondering if I could solve this in an another way?
wrap-prefix
: http://www.gnu.org/software/emacs/manual/html_node/elisp/Truncation.html#Truncation See alsowrap-prefix
property: http://www.gnu.org/software/emacs/manual/html_node/elisp/Special-Properties.html – lawlist Aug 08 '15 at 17:47adaptive-wrap
package. – Kaushal Modi Aug 08 '15 at 18:01