diff options
-rw-r--r-- | config.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |