the-kenny / weechat.el

Chat via weechat's relay protocol in Emacs
177 stars 41 forks source link

Word wrapping #71

Open ieure opened 6 years ago

ieure commented 6 years ago

I've been using weechat.el for a little bit, and one of the major issues I have is that when lines wrap, words get broken apart.

Example: weechat-wrap

Is there any way to make wrapping split between words, instead of in the middle of them?

the-kenny commented 6 years ago

This should be configurable either via M-x visual-line-mode or M-x toggle-word-wrap. Take a look at the documentation for either via C-h f visual-line-mode RET :)

Feel free to respond here if you have any further questions!