branch: elpa/nix-mode commit 664d84e94d2de9ee450bdf5ae66a35a4ee86dc4a Author: Daniel Nagy <danieln...@posteo.de> Commit: Daniel Nagy <danieln...@posteo.de>
Customize nix-repl-executable-args via repeated strings This makes the customization interface nicer and easier to work with. --- nix-repl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-repl.el b/nix-repl.el index 1599e1515c..6f9c95b3b6 100644 --- a/nix-repl.el +++ b/nix-repl.el @@ -19,7 +19,7 @@ (defcustom nix-repl-executable-args '("repl") "Arguments to provide to nix-repl." - :type 'list) + :type '(repeat string)) (defvar nix-repl-completion-redirect-buffer " *nix-repl completions redirect*"