summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-23 09:26:03 +0000
committernoa@gaiwan.org2024-06-23 09:26:03 +0000
commit00ec3f0fbab5244db04ac6bac007777cf1e99a76 (patch)
tree3cfbe23f1ab06a91bb37794e5ee616ed639335d5 /config.org
parent9203c5a29d86e2d9cdc2c1c02a8a21930be8804b (diff)
Disable adaptive-wrap configuration
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.org b/config.org
index f8abbd7..d93d2e3 100644
--- a/config.org
+++ b/config.org
@@ -823,9 +823,9 @@ The fringes of a window can show useful icons relating to the text in the buffer
 
 Adaptive wrap will indent visually wrapped text to match the indent at the start of the line, for example in lists.  This works... fine.  However it's adapting the prefix, it doesn't indent nicely with proportional fonts, but you can't win them all.
 
-  ,#+begin_src elisp
-  (use-package adaptive-wrap :ensure t)
-  (add-hook 'visual-fill-column-mode-hook #'adaptive-wrap-prefix-mode)
+#+begin_src elisp
+  ;; (use-package adaptive-wrap :ensure t)
+  ;; (add-hook 'visual-fill-column-mode-hook #'adaptive-wrap-prefix-mode)
 #+end_src
 
 * Web browsing in emacs