Ship Mints <shipmints@gmail.com> writes:

I think you need to update your configuration to not use tabs in lisp code–your patch is filled with tabs.
Standard elisp is this (see emacs/.dir-locals.el for other settings):
(emacs-lisp-mode . ((indent-tabs-mode . nil) …

Yeah, i forgot to untabify the whole file.

Sending fixed one.