Jeetaditya Chatterjee

Results 33 comments of Jeetaditya Chatterjee

Would something like a completing read interface be better for this?

Hi! Do you mind amending your commit to conform to our conventions and do you mind adding your themes to the list in the README thanks! Great work!

flatwhite is a theme based [this atom theme](https://github.com/biletskyy/flatwhite-syntax), it does not really have a dark variant so either one will have to be found or one will need to be...

I have been meaning to get back to my port of it, I just have not had the energy :sweat_smile: I [have it here but it is very incomplete](https://github.com/jeetelongname/dotfiles/blob/master/config/linked/doom/themes/doom-horizon-light-theme.el) people...

How many people are using JS principally for scripts? I would assume its a minority, add to that the fact that there are so many different types of projects that...

Just a heads up, until rewrite docs is merged, doc PRs should go into another PR targeting `rewrite-docs` also CC @tecosaur

Its not about size but merge conflicts, by freezing docs in `master` it can eliminate a lot of that. plus the format is different in subtle ways meaning it makes...

FYI its now just ```elisp (eval-when! (featurep! +tree-sitter) (add-hook! 'janet-mode-hook #'tree-sitter!)) ``` if you want to enable tree sitter :wink: (though I am not sure of a janet grammer)

Grammers come from emacs-tree-sitter/tree-sitter-langs if its not in there i would not add that flag as there is no support for them.

also can you please rebase your branch to conform to our [git conventions](https://gist.github.com/hlissner/4d78e396acb897d9b2d8be07a103a854) I would also split this out into many commits detailing individual changes