### Changes for revealjs On branch: master Commits:0301ce58ab...c8a7f26229
- [0b443087](0b44308754
) add ln-start-from for code sections to markdown - [bf749ee1](bf749ee1da
) add tests - [227f90fa](227f90fa00
) fix code block auto-animate bug that caused unmatched lines to appear without fading in - [12f5ba4c](12f5ba4c9d
) auto-slide duration falls back on global setting instead of looking at first fragment - [c8a7f262](c8a7f26229
) fix issue where fragment-evel autoslide timing was when multiple fragments share the same index
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.