I have a Snakefile: ``` rule all: input: cats ``` When I position my cursor at the beginning of the second line and hit tab, then nothing happens and I get the message `Wrong number of arguments: (0 . 0), 1`. I am on gnu emacs 24.4 (9.0) on a mac running snakemake-mode version `20180520.39`. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kyleam/snakemake-mode/issues/28