### Changes for org On branch: main Commits:765a84ea25...266aac1186
- [806abc5a](806abc5a2b
) Update version number for the 9.6.9 release - [9eaca51c](9eaca51c51
) * lisp/org-clock.el (org-clock--translate): Clarify "L" and "ALL" terms - [1d35ebd9](1d35ebd93c
) test-org-clok/org-clock-update-time-maybe: Fix test for non-English LANG - [d70c1200](d70c1200f7
) ob-fortran.el: Fix name of caller in documentation - [fd1418da](fd1418dadd
) * lisp/ob-gnuplot.el: Document all the function arguments - [e90a8a69](e90a8a69a7
) org-element-cache: Log recovered persisted elements during loading - [aee3f222](aee3f2227f
) * lisp/org.el (org-mode): Initialize cache before parsing buffer keywords - [2e5db7a5](2e5db7a591
) org-element-cache: Catch problems with persistent cache and abort loading - [2c7018f7](2c7018f72e
) org-manual: Fix a preposition and capitalization - [c703541f](c703541ffc
) * lisp/ob-groovy.el: Fix checkdoc warnings - [88f2dde0](88f2dde0fc
) * lisp/ob-python.el: Declare non-standard header args - [e203b5a6](e203b5a659
) testing: Delete useless ert tests - [14bde5ab](14bde5aba5
) ox-icalendar: Ensure that entries in icalendar end with a newline - [72bbf892](72bbf89282
) * lisp/ob-haskell.el (org-babel-haskell-execute): Document function arguments - [5da44c7b](5da44c7ba1
) * lisp/ob-js.el: Document all the function arguments - [0d9efae4](0d9efae43f
) org-odt--translate-latex-fragments: Make sure that we use org-mode buffer - [6307a774](6307a774a7
) org-agenda-get-scheduled: Fix call to `org-time-string-to-time' - [c61ec625](c61ec6255d
) org-agenda-get-scheduled: Fix call to `org-time-string-to-time' - [edcb8eca](edcb8eca5f
) (org-fast-tag-selection): Honour tag groups when using <TAB> input - [a098c079](a098c07973
) * lisp/org.el (org-modify-ts-extra): Refactor the code - [6c917e89](6c917e8904
) org-timestamp-change: Fix increasing range with prefix arg - [e42b7a6f](e42b7a6fdd
) * lisp/ob-latex.el: Document all the function arguments - [b1c507c0](b1c507c0ee
) org-find-base-buffer-visiting: Document function argument - [39314eab](39314eab11
) * lisp/ob-lisp.el (org-babel-lisp-vector-to-list): Add docstring - [8b18fc58](8b18fc5817
) org-attach-dir-from-id: Detect attachments under default `org-attach-id-dir' - [266aac11](266aac1186
) org-element--cache-persist-before-write: Warn when writing incorrect cache 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.