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

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

[nongnu] elpa/cider 396285cec8 3/4: Change nbb project identifier to nbb


From: ELPA Syncer
Subject: [nongnu] elpa/cider 396285cec8 3/4: Change nbb project identifier to nbb.edn
Date: Fri, 16 Dec 2022 02:58:34 -0500 (EST)

branch: elpa/cider
commit 396285cec866d5139c22c5ecc9a6b9311ed7474f
Author: ikappaki <ikappaki@users.noreply.github.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Change nbb project identifier to nbb.edn
---
 cider.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cider.el b/cider.el
index c0cc2fc695..1c0f53178b 100644
--- a/cider.el
+++ b/cider.el
@@ -1715,7 +1715,7 @@ PROJECT-DIR defaults to current project."
                         (shadow-cljs . "shadow-cljs.edn")
                         (gradle      . "build.gradle")
                         (gradle      . "build.gradle.kts")
-                        (nbb         . "package.json"))))
+                        (nbb         . "nbb.edn"))))
     (delq nil
           (mapcar (lambda (candidate)
                     (when (file-exists-p (cdr candidate))



reply via email to

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