mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Fix a obviously unfinished paragraph
This commit is contained in:
parent
f04e882825
commit
2ad2a608f7
4
init.org
4
init.org
@ -590,13 +590,15 @@
|
||||
|
||||
** Adaptive wrapping
|
||||
|
||||
I usually have auto-fill-mode enabled, and most of my files
|
||||
I usually have =auto-fill-mode= enabled. When =visual-fill-mode= is enabled, try
|
||||
to mimic how it looks when having used =fill-paragraph= with =adaptive-wrap=.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
(use-package adaptive-wrap
|
||||
:defer t
|
||||
:hook (visual-line-mode . adaptive-wrap-prefix-mode))
|
||||
|
||||
#+end_src
|
||||
|
||||
** Focusing with focus
|
||||
|
Loading…
Reference in New Issue
Block a user