branch: elpa/nix-mode
commit 89755c1e7e59dd2d56ea46c7f9ef6ec34a4263e1
Author: Akira Komamura <akira.komam...@gmail.com>
Commit: Akira Komamura <akira.komam...@gmail.com>

    nix-flake: Fix the default value
---
 nix-flake.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-flake.el b/nix-flake.el
index 8ba44872df..771af1fad6 100644
--- a/nix-flake.el
+++ b/nix-flake.el
@@ -13,7 +13,7 @@
 
 ;;;; Custom variables
 
-(defcustom nix-flake-init-post-action 'open-flake
+(defcustom nix-flake-init-post-action 'open-flake-nix
   "Action to run after successfully initializing a flake.
 
 This action is run after a flake is successlly initialized by

Reply via email to