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

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

[nongnu] elpa/reformatter 27348d5da3 31/81: Use string as modeline light


From: ELPA Syncer
Subject: [nongnu] elpa/reformatter 27348d5da3 31/81: Use string as modeline lighter format in README
Date: Tue, 5 Sep 2023 04:03:34 -0400 (EDT)

branch: elpa/reformatter
commit 27348d5da31c19c8e0ec37cebaf98c4162fcdfe0
Author: wouter bolsterlee <wouter@bolsterl.ee>
Commit: GitHub <noreply@github.com>

    Use string as modeline lighter format in README
    
    Since this is the recommened (only supported?) approach since
    6484d45a87d01e3ab88c527cf7a7b209ddd713bf
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4ae239fb45..caf2b59e7c 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ dhall executable:
 (reformatter-define dhall-format
   :program dhall-command
   :args '("format")
-  :lighter 'DF)
+  :lighter " DF")
 ```
 
 The `reformatter-define` macro expands to code which generates



reply via email to

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