-
-
Notifications
You must be signed in to change notification settings - Fork 66
Description
As I was working on #119, I noticed that there is a bit of weird indentation here and there, some extra whitespace, etc.
Now that I think I got the hang of this, there are a few more packages I will probably eventually submit PRs to support.
But that would be easier if I could use Lispy freely as I normally do when editing ELisp (which I do quite a lot of). The problem is that Lispy will automatically reformat things to proper ELisp conventions as you go along, for example fixing indentation when you hit RET at end of line, etc. Once I realized what had happened, I had to turn it off and undo lest I wreck the current (incorrect) formatting of some (large?) part of the file nord-theme.el.
So I thought maybe it would be best to submit 1 PR first cleaning up the formatting, before proceeding. I mean, if that sounds like a good idea to you?
What do you think?