Skip to content

Commit

Permalink
fix: Silence byte-compiler for the latest Emacs Git
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Jul 21, 2024
1 parent c895a17 commit ebd91f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nix3-flake.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
""
Expand Down

0 comments on commit ebd91f4

Please sign in to comment.