diff options
author | noa@gaiwan.org | 2024-06-29 09:51:18 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-29 09:51:18 +0000 |
commit | 3f6dc69ae99fbcd42f5cd8758562784055ef5bb1 (patch) | |
tree | 416743168543dc1e5229ae6a147c2acb70e41129 | |
parent | eceb2c9b1b3b99d09c0deae7ed30c166b91e04d8 (diff) |
Add visual-wrap-prefix-mode to visual-fill-column-mode-hook
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 3eff38a..6f5548c 100644 --- a/config.org +++ b/config.org @@ -347,7 +347,7 @@ Adaptive wrap will indent visually wrapped text to match the indent at the start #+begin_src elisp ;; (use-package adaptive-wrap :ensure t) - ;; (add-hook 'visual-fill-column-mode-hook #'adaptive-wrap-prefix-mode) + (add-hook 'visual-fill-column-mode-hook #'visual-wrap-prefix-mode) #+end_src ** Interface |