mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
(visual-line-mode): Add lighter.
This commit is contained in:
parent
10c0e12456
commit
b677cb960a
1 changed files with 3 additions and 1 deletions
|
|
@ -4508,9 +4508,11 @@ other purposes."
|
|||
(set-default symbol value)))
|
||||
|
||||
(define-minor-mode visual-line-mode
|
||||
"Redefine simple editing commands to act on visual lines, not logical lines."
|
||||
"Redefine simple editing commands to act on visual lines, not logical lines.
|
||||
This also turns on `word-wrap' in the buffer."
|
||||
:keymap visual-line-mode-map
|
||||
:group 'visual-line
|
||||
:lighter " wrap"
|
||||
(if visual-line-mode
|
||||
(progn
|
||||
(set (make-local-variable 'line-move-visual) t)
|
||||
|
|
|
|||
Loading…
Reference in a new issue