emacs-diffs
[Top][All Lists]
Advanced

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

master 6a6c2058f19: ; * etc/NEWS: Use setopt not setq for project-switch


From: Sean Whitton
Subject: master 6a6c2058f19: ; * etc/NEWS: Use setopt not setq for project-switch-commands.
Date: Mon, 13 Nov 2023 16:59:03 -0500 (EST)

branch: master
commit 6a6c2058f1907b9ec0c32079f0f9ab28d01cf3f7
Author: Sean Whitton <spwhitton@spwhitton.name>
Commit: Sean Whitton <spwhitton@spwhitton.name>

    ; * etc/NEWS: Use setopt not setq for project-switch-commands.
---
 etc/NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/NEWS b/etc/NEWS
index d9ec527fcae..22a08bc97ea 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -416,7 +416,7 @@ have access to all keys defined inside 
'project-prefix-map', as well
 as global bindings (to run other commands inside the project root),
 you can add this to your init script:
 
-  (setq project-switch-commands #'project-prefix-or-any-command)
+  (setopt project-switch-commands #'project-prefix-or-any-command)
 
 ** VC
 



reply via email to

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