branch: elpa/nix-mode
commit 1b85a1986dc946928735590fea2dacb250a87bdb
Author: Akira Komamura <[email protected]>
Commit: Akira Komamura <[email protected]>

    nix-flake: Use = key consistently to switch the flake
---
 nix-flake.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nix-flake.el b/nix-flake.el
index 92976f0fa7..0b7c2bf0f5 100644
--- a/nix-flake.el
+++ b/nix-flake.el
@@ -528,8 +528,8 @@ See `nix-flake-init-post-action' variable for details."
   [:description "Initialize a flake"]
   [:description
    nix-flake--init-source
-   ("r" nix-flake-init:from-registry)
-   ("d" nix-flake-init:default-templates)]
+   ("=r" nix-flake-init:from-registry)
+   ("=d" nix-flake-init:default-templates)]
   ["Initialize a flake"
    ("t" "Select template" nix-flake-init-select-template)]
   (interactive (list nil))

Reply via email to