help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: packages won't pass white space linting -- what am I doing wrong?


From: Daniel Meißner
Subject: Re: packages won't pass white space linting -- what am I doing wrong?
Date: Fri, 12 Nov 2021 13:20:19 +0100

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

[Prev in Thread] Current Thread [Next in Thread]