I'm having issues using TAB for indentation when viewing a Snakefile in emacs with snakemake-mode.

When I open a Snakefile in emacs, the syntax highlighting looks correct, but if try to use TAB for indentation, the cursor stays in column 0 and instead I get the error :
Symbol's function definition is void: looking-at-p

Followed directions here:
http://melpa.org/#/snakemake-mode

My setup:

(add-to-list 'load-path "~/.emacs.d/")
(require 'snakemake-mode)
(load-file "~/.emacs.d/snakemake-mode.el")

Next I'll try installing from MELPA but i thought this should be documented somewhere. Of course, any insight appreciated.


Reply to this email directly or view it on GitHub.