Skip to content

Commit

Permalink
Drop unused argument in macro
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Török <edwin@etorok.net>
  • Loading branch information
edwintorok committed Sep 16, 2018
1 parent 471bc7c commit 18063c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gruvbox.el
Expand Up @@ -82,7 +82,7 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix")
(shell-command (format gruvbox-screenshot-command
prefix theme))))

(defmacro gruvbox-deftheme (name description palette reduced-specs &rest body)
(defmacro gruvbox-deftheme (name description palette &rest body)
`(autothemer-deftheme
,name
,description
Expand Down

0 comments on commit 18063c6

Please sign in to comment.