diff --git a/nix3-flake.el b/nix3-flake.el index e619bf0..0f265a5 100644 --- a/nix3-flake.el +++ b/nix3-flake.el @@ -86,9 +86,10 @@ (defcustom nix3-flake-toplevel-sections-unfolded 'flake-buffers "Whether to unfold the top-level section by default." - :type '(choice (const "Always unfold" t) - (const "Only in nix3-flake-show-mode buffers" flake-buffers) - (const "Never" nil))) + :type 'symbol + :options '(choice (const "Always unfold" t) + (const "Only in nix3-flake-show-mode buffers" flake-buffers) + (const "Never" nil))) (defcustom nix3-flake-input-name-max-width 20 ""