Hi Blake,

Blake Shaw writes:
> while it appears to look like other package definitions, I can't seem
> to figure out what the issue is. I tried disabling lispy-mode, a
> paredit like emacs mode, re-tabulating and linting again, but it
> produce the same result.

As Julien notes, you have tabs at the beginning of the lines 31, 32, ...
To get rid of the tabs you could evaluate this in your notcurses.scm
buffer:

--8<---------------cut here---------------start------------->8---
(setq indent-tabs-mode nil)
(untabify)
--8<---------------cut here---------------end--------------->8---

Then save and run the linter again.

Best
Daniel

Reply via email to