Setup `visual-line-mode'
This commit is contained in:
parent
f1e8335a21
commit
8226589464
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user