https://melpa.org/#/visual-fill-column Shenaniganly implemented visual-fill-column => https://github.com/joostkremers/writeroom-mode GitHub - joostkremers/writeroom-mode: Writeroom-mode: distraction-free writing for Emacs. ">
text/gemini; lang=en
# M-q in visual-line-mode
As a compulsive hitter of M-q when I’m too lazy to start auto-fill-mode (and even then a li'l manual triggering is sometimes needed to reflow an overly edited para), that compulsion has an unfortunate habit of crossing over even when I’m on visual-line-mode. I know, I know, set-fill-column to a high number FTW, but…
```Code
(eval-after-load "visual-line-mode"
'(progn
(define-key visual-line-mode-map
(kbd "M-q")
#'(lambda () (interactive) (message "%s" "Softwrap!")))))
```
One drawback of visual-line-mode is that only way to set a comfortable fill-column is through cockamamie margin-boosting shenanigans. Not into that. I usually just split the window, or use writeroom-mode if I’m messing with the margins anyway.
=> https://melpa.org/#/visual-fill-column Shenaniganly implemented visual-fill-column
=> https://github.com/joostkremers/writeroom-mode GitHub - joostkremers/writeroom-mode: Writeroom-mode: distraction-free writing for Emacs.
This content has been proxied by September (ba2dc).