diff --git a/README.org b/README.org index ed59695..69aa086 100644 --- a/README.org +++ b/README.org @@ -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