github-actions[bot] 6ecf5773e9 flake.lock: Updating 'org-contrib (emacsmirror/org-contrib)' - 5eabbf22 -> 85dac625
### Changes for org-contrib

On branch: master
Commits: 5eabbf22bd...85dac62517

- [15470604](154706048a) * lisp/org-bibtex-extras.el: Declare defcustom types
- [67794f6f](67794f6f4c) * lisp/org-bibtex-extras.el: Define group for custom variables
- [bd6ba8a2](bd6ba8a214) * lisp/org-bibtex-extras.el: Fix obsolete function names
- [596b58f9](596b58f985) * lisp/org-choose.el: Fix obsolete CL function names
- [1b7df17b](1b7df17b3d) * lisp/org-collector.el: Fix compiler warnings
- [b2681360](b2681360eb) * lisp/org-choose.el: Fix obsolete function names
- [9bd6f23a](9bd6f23a73) org-depend: Fix TRIGGER property inheritance issue
- [fd232dff](fd232dff15) * lisp/org-depend.el: Fix obsolete names
- [487733bc](487733bcaa) * lisp/org-effectiveness.el: Avoid setting global vars
- [e3a6a919](e3a6a91928) * lisp/org-depend.el: Use non-obsolete function names
- [4a4f3ed0](4a4f3ed0e6) * lisp/org-depend.el: Use non-obsolete function names
- [3262c3bb](3262c3bb76) * lisp/org-eldoc.el (org-eldoc-get-src-header): Fix docstring width
- [9ab3fd29](9ab3fd296a) * lisp/org-eldoc.el (org-eldoc-get-src-header): Fix compiler warning
- [49169800](49169800a1) * lisp/org-eval-light.el (org-eval-light-example-size-cutoff): Fix docstring
- [ef38954b](ef38954b45) * lisp/org-expiry.el (org-expiry-process-entry): Fix function name
- [bd26881d](bd26881de1) * lisp/org-expiry.el (org-expiry-insert-expiry): Do not set global var
- [2e74f30a](2e74f30a69) * lisp/org-interactive-query.el: Fix obsolete function names
- [deee7c80](deee7c807c) * lisp/org-interactive-query.el (org-agenda-query-manip): Escape ' in the docstring
- [9a1debc9](9a1debc905) * lisp/org-invoice.el (require): Require 'cl-lib, not 'cl
- [e0840e8b](e0840e8b1a) * lisp/org-learn.el: Fix compiler warnings
- [04816c45](04816c45e4) * lisp/org-license.el: Fix compiler warnings
- [1eed6b71](1eed6b7157) * lisp/org-mac-iCal.el: Fix compiler warnings
- [93827ad0](93827ad012) * lisp/org-mairix.el: Fix compiler warnings
- [85dac625](85dac62517) * lisp/org-panel.el: Rearrange definitions to be before they are used
2023-10-20 01:02:18 +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%