github-actions[bot] 50caa4fecb flake.lock: Updating 'org-contrib (emacsmirror/org-contrib)' - fff6c888 -> 5eabbf22 (#538)
### Changes for org-contrib

On branch: master
Commits: fff6c88806...5eabbf22bd

- [aed67d09](aed67d095d) Fix org-eldoc: add 'org-self-insert-command' to 'eldoc-message-commands'
- [cc5443f9](cc5443f95f) README*: Add a "Contribute" section
- [2380ff99](2380ff9985) lisp/ox-confluence.el: escape braces in org-confluence-code/verbatim
- [be51e983](be51e9833b) Remove ob-spice.el
- [dce101b4](dce101b461) * lisp/org-contrib.el: Bump version to 0.4.2
- [68889695](68889695b5) * lisp/ob-mathomatic.el (org-babel-mathomatic-command): Add missing :type
- [dc59cdd4](dc59cdd46b) org-babel-execute:mathomatic: Drop ((lambda ...) ...) call
- [67438861](674388611f) * lisp/ob-oz.el (oz-send-string-expression): Fix docstring
- [e21cf9bd](e21cf9bdf7) * lisp/ob-oz.el: Fix compiler warnings
- [862567c7](862567c79e) * lisp/ob-stata.el: Fix compiler warnings
- [f0e840f6](f0e840f63b) * lisp/ox-taskjuggler.el: Fix compiler warnings
- [3385f15a](3385f15a30) lisp/ol-git-link.el: org-gitbare-open now appends "/.git" to path
- [8acaa1b7](8acaa1b7af) * lisp/ob-tcl.el: Fix compiler warnings
- [567c1ab9](567c1ab97a) * lisp/ol-bookmark.el (org-bookmark-store-link): Do not use obsolete function
- [5b4e7b43](5b4e7b4356) * lisp/ol-elisp-symbol.el (org-elisp-symbol-store-link): Do not use obsolete function
- [8bf35435](8bf35435f0) * lisp/ol-elisp-symbol.el (org-elisp-symbol-store-link): Fix condition
- [40bfb847](40bfb847a8) * lisp/ol-git-link.el: Fix some docstrings
- [f327d4c8](f327d4c8c9) * lisp/ol-git-link.el: Fix obsolete functions
- [5eac8836](5eac8836f1) * lisp/ol-mew.el (org-mew-capture-guess-alist): Fix docstring format
- [59e1a9d6](59e1a9d6e4) * lisp/ol-mew.el (org-mew-store-link): Do not use obsolete function names
- [1ee7db27](1ee7db2701) * lisp/ol-vm.el (org-vm-store-link): Do not use obsolete function names
- [f14585c2](f14585c2d3) * lisp/ol-wl.el: Do not use obsolete function names
- [5eabbf22](5eabbf22bd) * lisp/org-annotate-file.el: Fix compiler warnings

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-22 01:27:41 +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%