Skip to content

Commit 654e994

Browse files
committed
usage: line wrapping
1 parent 3ee9c21 commit 654e994

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/en/usage/usage.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,18 @@ current buffer only.
451451

452452
Use: `M-x toggle-frame-fullscreen`
453453

454+
### Line wrapping
455+
456+
Use the following to turn line wrapping off and on again:
457+
458+
M-x toggle-line-wrap
459+
460+
which you can also do like this in Lisp in your init file:
461+
462+
~~~lisp
463+
(setf (variable-value 'line-wrap :global) nil)
464+
~~~
465+
454466
### Mouse support (ncurses)
455467

456468
The GUI version supports the mouse, which is more difficult to bring

0 commit comments

Comments
 (0)