Setup `visual-line-mode'

This commit is contained in:
Gerard Vermeulen 2024-01-27 17:24:21 +01:00
parent f1e8335a21
commit 8226589464
1 changed files with 8 additions and 0 deletions

View File

@ -701,6 +701,14 @@ verse and quote blocks are fontified using the `org-verse' and
(add-hook 'prog-mode-hook #'set-buffer-fixed-pitch-face)
#+end_src
#+caption[Setup ~visual-line-mode~]:
#+caption: Setup ~visual-line-mode~.
#+name: lst:setup-visual-line-mode
#+begin_src emacs-lisp -n :results silent
(when (fboundp 'visual-wrap-prefix-mode)
(add-hook 'visual-line-mode-hook 'visual-wrap-prefix-mode))
#+end_src
* [[info:emacs#Windows][Window management (info)]]
:PROPERTIES:
:CUSTOM_ID: sec:window-management