### Changes for org On branch: main Commits:aa9177e1a8...f3de4c3e04
- [85ebb6d4](85ebb6d422
) * lisp/ob-org.el: Document all the function arguments - [0ed8bf79](0ed8bf794f
) * lisp/ob-python.el: Document some missing function arguments - [3c29e77b](3c29e77b51
) * lisp/org-capture.el: Fix malformed declare form - [3fcf3d2e](3fcf3d2e24
) * lisp/ob-R.el (org-babel-edit-prep:R): Add docstring - [2ba45fcb](2ba45fcb78
) * lisp/ob-maxima.el: enable use of `batch' loader and `draw' - [bd3705c0](bd3705c053
) org-columns-remove-overlays: Fix when no columnview yet in buffer - [6d85f851](6d85f851b3
) * lisp/ob-shell.el (org-babel-execute:shell): Document the function args - [88ff6c2f](88ff6c2fbc
) org-reset-checkbox-state-subtree: Do not reset outside the subtree - [e6690c5b](e6690c5b79
) * lisp/ob-screen.el (org-babel-execute:screen): Document the function args - [4edfb69f](4edfb69f86
) * lisp/org-element.el (org-element--cache-for-removal): Add more logging - [69c830f3](69c830f361
) * lisp/ob-processing.el: Document all the function arguments - [26f1cb77](26f1cb77a9
) org-ascii-item: Fix for alphabetical bullets - [1225f625](1225f62576
) org-babel-python-read-string: Upcase function argument in the docstring - [1003790d](1003790d1d
) * lisp/org-pcomplete.el (org-element-property): Fix malformed declare - [e54c7e60](e54c7e604b
) Update version number for the 9.6.10 release - [fe19ebe4](fe19ebe4af
) * lisp/org-archive.el: Fix flycheck warnings - [54b9c845](54b9c845a7
) * lisp/org-crypt.el: Fix outdated declare forms - [681f3fc8](681f3fc8f9
) * lisp/ol-docview.el (org-docview-open): Add docstring - [ac108a3a](ac108a3ac1
) * lisp/ol-docview.el (org-docview-export): Update docstring and arglist - [37d6bde2](37d6bde27f
) org-element-parse-secondary-string: Prevent altering current buffer cache - [ad07b298](ad07b2982f
) fixup! org-element-parse-secondary-string: Prevent altering current buffer cache - [fe23bec6](fe23bec607
) * lisp/org-element.el (org-element-subscript-parser): Fix edge case - [c952ff10](c952ff10fb
) * lisp/ob-ruby.el: Document all the function arguments - [558db89e](558db89e40
) Backport 7cc208af9 fix from main - [902975ca](902975ca44
) * lisp/ol-info.el (org-info-emacs-documents): Update the manual list - [7e7ce811](7e7ce81136
) * lisp/ol-info.el (org-info-other-documents): Convert to `defcustom' - [f32f5982](f32f5982a7
) * lisp/ol-info.el (org-info-map-html-url): Prioritize custom URLs - [e1569918](e1569918cc
) org-agenda: Handle inactive ranges when displaying inactive timestamps - [f660afc5](f660afc506
) fixup! org-element-parse-secondary-string: Prevent altering current buffer cache - [a52c74e9](a52c74e962
) org-element-org-data-parser: Fix deferred property parsing - [fba3fd56](fba3fd56c4
) org-element-org-data-parser: Allow leading blank lines before property drawer - [9ba1fc77](9ba1fc778a
) * lisp/org-element.el (org-element--cache-sync): Do not reset cache warning - [07ae6ba5](07ae6ba58d
) * lisp/org-element.el (org-element--current-element): Add a comment - [0e3d0e3d](0e3d0e3d19
) org-element--collect-affiliated-keywords: Fix keywords before comment - [a2dd30d3](a2dd30d3a1
) * lisp/ol-doi.el (org-link-doi-open): Document all the function arguments - [f3de4c3e](f3de4c3e04
) org-babel-tangle-collect-blocks: Ignore src blocks without language
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.