Skip to content

Commit

Permalink
Change alchemist-mix-test-default-options type to '(repeat string)
Browse files Browse the repository at this point in the history
  • Loading branch information
rranelli committed Apr 1, 2015
1 parent a5553b5 commit d1262c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemist-mix.el
Expand Up @@ -39,7 +39,7 @@

(defcustom alchemist-mix-test-default-options '("--exclude pending:true")
"Default options for alchemist test command."
:type 'list
:type '(repeat string)
:group 'alchemist-mix)

(defvar alchemist-mix-buffer-name "*mix*"
Expand Down

0 comments on commit d1262c9

Please sign in to comment.