### Changes for org On branch: main Commits:8fab6eeef2...5b300edf2e
- [f9bbc79d](f9bbc79d62
) Update version number for the 9.6.3 release - [7fa9e9a4](7fa9e9a4b3
) org-babel-comint-with-output: Handle agglomerated prompts better - [f2949d4d](f2949d4d1d
) org-babel-comint-with-output: Fix edge case for partial prompts - [616e80a9](616e80a9f1
) Handle block-type when checking `org-src-fontify-natively` - [54a743cd](54a743cd72
) org-table: Refactor away unnecessary variable - [19b0d0e5](19b0d0e5aa
) org-table: Fix incorrect input when used with evil-escape - [2ad8a45f](2ad8a45f00
) test-ob-fortran: Enable and fix commented tests - [ddd8281e](ddd8281e62
) lisp/org.el: Allow limiting inline image width - [072ddbc9](072ddbc975
) org-element-cache: Disable extra consistency checks - [56dd046d](56dd046da8
) * doc/org-manual.org: Add a link to Diary section of Emacs manual - [60ce29dc](60ce29dc41
) org-odt-plain-text: Fix when text contains leading spaces - [5ac1ebaa](5ac1ebaa15
) org-latex--protect-texttt: Fix "---" - [81fc8c06](81fc8c06ce
) ob-tangle: Fix interpretation of rw-r--r-- modes - [6a96054f](6a96054f05
) ob-tangle: Edit default file mode to match docstr - [cd53816c](cd53816c3a
) org-entities: § is a section sign, not paragraph - [0f62e977](0f62e9771b
) org-entities: Treat ¶ similarly to § - [00abdca3](00abdca361
) oc-csl: Recognise ¶/§ entity locators - [5b300edf](5b300edf2e
) etc/ORG-NEWS: Mention the new \P entity 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.