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. ">
Proxy Information
Original URL
gemini://idiomdrottning.org/wrap-mq
Status Code
Success (20)
Meta
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.
Capsule Response Time
542.851432 milliseconds
Gemini-to-HTML Time
0.011921 milliseconds

This content has been proxied by September (ba2dc).