Travis
Travis
Yeah, I got that fixed but my emacs knowledge wasn't enough for me to figure this one out. It seems like the function currently used for highlighting multiline strings might...
I agree with this. I'm trying it out, and after thinking of something I'll enter it at the prompt and then be presented with my editor, despite already having entered...
I was thinking it would be nice if there was a command that would take the commit message you enter and duplicate it in the readme, but obviously then there...
I went ahead and removed the hard-coded 80 used for the max width for the usage line and made it configurable using the same keyword argument for `describe` that I...
I added you as a collaborator so you can update `add-text-padding` to use your updated code. I believe we want `(padding-next-lines (max 0 (1- padding)))` to be `(padding-next-lines (max 0...
> However, I think it's inconsistent to require an empty capture list for macros but not require it in variants of `if/for/switch/while` with no captures. Isn't that a bit different...