summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
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