diff options
author | noa@gaiwan.org | 2024-06-23 09:26:03 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-23 09:26:03 +0000 |
commit | 00ec3f0fbab5244db04ac6bac007777cf1e99a76 (patch) | |
tree | 3cfbe23f1ab06a91bb37794e5ee616ed639335d5 | |
parent | 9203c5a29d86e2d9cdc2c1c02a8a21930be8804b (diff) |
Disable adaptive-wrap configuration
-rw-r--r-- | config.org | 6 |
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 |