You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m interested in using this tool to generate my confirmation (even if just as a starting point).
Im wondering about next steps (I’m interested in contributing, but am not well versed on Elisp/Emacs best practices & conventions) for the following features:
tree-sitter based language configurations
kind-icons for corfu
org exporters like ox-gfm
Emacs daemon font work (i have some weird hack to get the font to stick to new frames from the daemon)
The text was updated successfully, but these errors were encountered:
Hello! I appreciate the interest, there's definitely room for some more options in the form.
In general, when picking new features I'd consider the following:
Is it easy to explain in a one line bullet point?
Is it relatively self-contained and doesn't have many dependencies on other packages/configuration settings?
Does it seem like something that is generally useful (e.g. a lot of people understand and desire the feature)?
I personally like your tree-sitter and kind-icons ideas the best. Tree sitter is very desirable and fits the Emacs 29 theme really well. Kind-icons is neat and I think could go into a general "font upgrades" option (maybe bundled w/ the daemon font work you mentioned?).
I'm not sure where I'd fit the org exporters, but maybe we could add a note-taking section w/ some org-mode upgrades, since org-mode is one of the killer features of Emacs.
These sound like new features, so I'd build a PR with these things:
Add the option to templates/index.html w/ the feature value/description
Add the emacs lisp code and documentation string to src/features.rs (I write the package code in a .el buffer & use fill-paragraph to align the documentation comments, then paste it into the Rust code)
I don't currently have CD currently set up so after the PR is merged I'll deploy it to prod.
Happy to help out if you have any other questions.
I’m interested in using this tool to generate my confirmation (even if just as a starting point).
Im wondering about next steps (I’m interested in contributing, but am not well versed on Elisp/Emacs best practices & conventions) for the following features:
The text was updated successfully, but these errors were encountered: