summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-29 09:51:18 +0000
committernoa@gaiwan.org2024-06-29 09:51:18 +0000
commit3f6dc69ae99fbcd42f5cd8758562784055ef5bb1 (patch)
tree416743168543dc1e5229ae6a147c2acb70e41129 /config.org
parenteceb2c9b1b3b99d09c0deae7ed30c166b91e04d8 (diff)
Add visual-wrap-prefix-mode to visual-fill-column-mode-hook
Diffstat (limited to 'config.org')
-rw-r--r--config.org2
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