github-actions[bot] 997d6a7fe0 flake.lock: Updating 'org (emacs-straight/org-mode)' - 2030c111 -> 765a84ea (#533)
### Changes for org

On branch: main
Commits: 2030c111eb...765a84ea25

- [515e4ed4](515e4ed49b) * lisp/org.el (org--get-expected-indentation): Remove redundant cond clause
- [7de89d0a](7de89d0a42) * lisp/ox.el (org-export-dictionary): Add Polish translation
- [c2594e74](c2594e7456) fixup! * lisp/ox.el (org-export-dictionary): Add Polish translation
- [08f8c06b](08f8c06b14) * lisp/ob-exp.el: Document all the function arguments
- [893c5d08](893c5d0851) ox-latex.el: Fixes and improvements in `org-latex-language-alist'.
- [4c0cde57](4c0cde5783) org-babel-variable-assignments:eshell: Document PARAMS argument
- [1d585a1b](1d585a1b38) * doc/org-manual.org (HTML doctypes): Remove time reference for a feature
- [20162f5a](20162f5a5c) org-element-dynamic-block-open-re-nogroup: Demand block name
- [d96982f3](d96982f375) * lisp/ob-forth.el: Document all the function arguments.
- [6fbeac84](6fbeac84e6) * lisp/ob-lua.el: Fix checkdoc warnings
- [df0539d6](df0539d678) * lisp/org.el (org-cdlatex-mode): Try to load texmathp
- [765a84ea](765a84ea25) * lisp/ob-fortran.el: Document all the function arguments

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-15 01:26:43 +00:00
2022-10-25 21:32:25 +01:00
2023-01-17 19:40:41 +00:00
2022-11-05 12:15:22 -03:00
2023-01-17 19:14:29 +00:00

index
readme reference faq

nix-doom-emacs

Status
Build on master Build Status on master
Dependency updater Dependency Updater Status
Matrix Chat 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.

Description
doom-emacs packaged for Nix [maintainers=@ckiee,@thiagokokada]
Readme MIT 3.3 MiB
Languages
Nix 64.3%
Emacs Lisp 35.7%