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

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

[elpa] externals/nameless e6f7260 1/7: Fix command name for setting a di


From: Stefan Monnier
Subject: [elpa] externals/nameless e6f7260 1/7: Fix command name for setting a dir-local variable
Date: Fri, 26 Mar 2021 22:42:48 -0400 (EDT)

branch: externals/nameless
commit e6f7260d09299e7e1e4fc0f3af8c4bc29fbc3cb1
Author: Damien Cassou <damien@cassou.me>
Commit: GitHub <noreply@github.com>

    Fix command name for setting a dir-local variable
    
    Also detail how to use it.
---
 README.org | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 46b861b..3afd32a 100644
--- a/README.org
+++ b/README.org
@@ -51,7 +51,10 @@ To do that, invoke the following command:
 M-x add-file-local-variable RET nameless-current-name RET "package-name"
 #+END_SRC
 You can also set the same name for all lisp files in a project by
-setting dir-local variables with ~M-x add-file-local-variable~.
+setting dir-local variables with:
+#+BEGIN_SRC text
+M-x add-dir-local-variable RET emacs-lisp-mode RET nameless-current-name RET 
"package-name"
+#+END_SRC
 
 If you /don’t/ want Nameless to use a namespace name at all (neither
 manual nor automatic), you can set ~nameless-discover-current-name~ to



reply via email to

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