From 6a6c2058f1907b9ec0c32079f0f9ab28d01cf3f7 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 13 Nov 2023 21:58:46 +0000 Subject: [PATCH] ; * 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 -- 2.39.2