### Changes for org On branch: main Commits:eaf274909f...080710797a
- [9e42842a](9e42842a82
) org-persist: Fix :last-access being set on every write - [2bc51021](2bc510217a
) org-element--cache-find: Remove statistics gathering code - [ef800e3b](ef800e3bec
) org--collect-keywords-1: Handle FIXME - [52dc4805](52dc48050e
) Handle compiler warnings from Emacs master - [7e75571f](7e75571f02
) Handle more compiler warnings from Emacs master - [f067a4bd](f067a4bd43
) org-attach-tag: Work around error when before first heading - [52d9961f](52d9961f50
) org-set-tags-command: Provide more useful error when before first heading - [42e95938](42e95938ed
) org-latex-compile: Fix erasing PDF output buffer late - [eb6cabde](eb6cabdee5
) mk: Expand shell commands once only - [989cc514](989cc51499
) Prefer "timestamp" over "time-stamp" - [76c33405](76c3340557
) * doc/org-manual.org: Fix obsolete variables - [09cf89f7](09cf89f712
) org-delete-indentation: Support region selection - [310a6689](310a668917
) org-compile-file-commands: Fix return value when PROCESS is a function - [c265d964](c265d964f9
) ox-odt: Improve some warning messages - [c756f8a8](c756f8a853
) org-odt-plain-text: Fix when TEXT is a blank string - [a686c7b6](a686c7b609
) ox-odt: Throw actual error when export fails - [921e0e8b](921e0e8bc1
) Update version number for the 9.6.5 release - [b77a209f](b77a209f78
) Backport commit 4f0849a9e from Emacs - [2993f482](2993f482c1
) Backport commit 2bcf11d0e from Emacs - [08077812](08077812ef
) org-clock-update-time-maybe: Fix return value - [05c3e59d](05c3e59de1
) org-manual: Document how to profile performance - [9ea50ca2](9ea50ca211
) Use `calendar-buffer' constant to refer to calendar buffers - [e58bbded](e58bbded5c
) lisp/ob-lisp: fix `org-babel-execute:lisp' for use with Sly - [5ec364a1](5ec364a1ae
) org-cite-list-bibliography-files: Preserve relative bibliography paths - [e11073d1](e11073d17d
) org-persist-gc: GC collections without persist file - [f268819d](f268819d19
) org-babel-common-header-args-w-values: Add docstring - [08071079](080710797a
) fixup! org-babel-common-header-args-w-values: Add docstring Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.