Currently, `define-minor-mode' signals an error upon evaluation. Looking into it, it seems that is because there are not keyword arguments given to it, which causes a problem according the docstring of `define-minor-mode': > If you provide BODY, then you must provide at least one keyword > argument (e.g. ‘:lighter nil‘). This patch should fix the issue.