### Changes for ts-fold On branch: master Commits:5fd2a5afe2...581af904c1
- [27c6bc48](27c6bc4819
) feature(parser): Add support for python docstring ([jcs-elpa/ts-fold#58](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/58)) - [bc3e5dda](bc3e5dda46
) fix: Wrong function call - [1d690b8d](1d690b8d06
) feat(python): Support assignment string - [7667a376](7667a37644
) fix(indicators): Warning 'when' with empty body - [27e8f44f](27e8f44fb6
) test: Emacs 29.1 - [f8df121f](f8df121f08
) ci(dependabot): Maintain github-actions - [882c4faa](882c4faae8
) fix(parsers): update nix definitions ([jcs-elpa/ts-fold#37](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/37)) - [08abd98b](08abd98ba4
) feat: Add Dart support ([jcs-elpa/ts-fold#62](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/62)) - [2970338c](2970338c7f
) docs(README.md): Add Dart support - [fe64d0e9](fe64d0e9d1
) fix: Fold class in Dart - [be2b3dd2](be2b3dd211
) feat: Add Elisp support ([jcs-elpa/ts-fold#63](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/63)) - [bb5bd2e3](bb5bd2e31e
) feat: Add Clojure support ([jcs-elpa/ts-fold#64](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/64)) - [630b896b](630b896b3f
) feat: Add Haskell support ([jcs-elpa/ts-fold#65](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/65)) - [78f0b043](78f0b0437f
) docs(README.md): Mention Noir in TODO - [c36f3ad8](c36f3ad85c
) feat: Add Perl support ([jcs-elpa/ts-fold#66](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/66)) - [8386b5b7](8386b5b714
) feat: Add Markdown support ([jcs-elpa/ts-fold#67](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/67)) - [54d12c98](54d12c9822
) feat: Add TOML support ([jcs-elpa/ts-fold#68](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/68)) - [999f295b](999f295bf4
) fix: Don't fold lint comment when only 1 line ([jcs-elpa/ts-fold#69](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/69)) - [81dc9eff](81dc9eff92
) Update CHANGELOG.md - [323e252c](323e252cf5
) feat: Add Kotlin support ([jcs-elpa/ts-fold#70](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/70)) - [a474fd6b](a474fd6b42
) feat: Add Jai support ([jcs-elpa/ts-fold#71](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/71)) - [581af904](581af904c1
) feat: Add GDScript support ([jcs-elpa/ts-fold#72](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/72))
index | ||
---|---|---|
readme | reference | faq |
nix-doom-emacs
Status | |
---|---|
Build on master |
|
Dependency updater | |
Matrix Chat |
nix-doom-emacs (abbreviated as NDE) provides a customisable Nix derivation for Doom Emacs.
The expression builds a doom-emacs
distribution with dependencies
pre-installed based on an existing ~/.doom.d
directory.
It is not a fully fledged experience as some dependencies are not installed and
some may not be fully compatible as the version available in NixOS or
emacs-overlay may not be
compatible with the doom-emacs
requirements.
Quick Start
If you want to get a taste of nix-doom-emacs, you can run nix run github:nix-community/nix-doom-emacs
Which will run nix-doom-emacs with an example configuration.
Pick which setup you're using here (if you're not using NixOS or Home-Manager, then you should use standalone):
Home-Manager | NixOS | Standalone |
---|---|---|
Flake + Home-Manager | NixOS | Standalone |
Hacking
This project is under MIT license. Our issue tracker has some open issues,
the PR wanted
label is for issues that need PRs to fix them.
Also, talk to us in the Matrix Chat to discuss ideas for future improvements.
Contributions are welcome.