emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/visual-fill-column 64d38bc1c0 088/137: Change layout of ex


From: ELPA Syncer
Subject: [nongnu] elpa/visual-fill-column 64d38bc1c0 088/137: Change layout of example for advising text-scale-adjust.
Date: Sun, 2 Jan 2022 22:59:14 -0500 (EST)

branch: elpa/visual-fill-column
commit 64d38bc1c00953be05c193c01332a633be67aac2
Author: Joost Kremers <joostkremers@fastmail.fm>
Commit: Joost Kremers <joostkremers@fastmail.fm>

    Change layout of example for advising text-scale-adjust.
---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 06de584340..701aa0db35 100644
--- a/README.md
+++ b/README.md
@@ -50,8 +50,7 @@ The width of the margins is adjusted for the text size: 
larger text size means s
 
 Alternatively, you can advise the function `text-size-adjust` (or whatever 
function you use to adjust the text size) with the function 
`visual-fill-column-adjust`:
 
-    (advice-add 'text-scale-adjust :after
-      #'visual-fill-column-adjust)
+    (advice-add 'text-scale-adjust :after #'visual-fill-column-adjust)
 
 
 ## Options ##



reply via email to

[Prev in Thread] Current Thread [Next in Thread]