nix-doom-emacs
nix-doom-emacs copied to clipboard
doom-emacs packaged for Nix [maintainers=@ckiee,@thiagokokada]
I'm trying to set up emacs package management in Nix specifically rather than using the builtin `nix-straight` management, and I noticed the `emacsPackage` option allows you to provide a custom...
https://github.com/nix-community/nix-doom-emacs/pull/267#discussion_r968842524: > […] we should make the ./test/doom.d config start up with a [y-or-n-p](https://ftp.gnu.org/old-gnu/Manuals/elisp-manual-21-2.8/html_node/elisp_281.html) asking if you want to learn more about Doom Emacs pointing to some docs in the...
I got doom emacs building with nix, but now I am getting this error. I am having trouble tracing it, but it makes me think I probably have a doom...
Copied from https://github.com/vlaci/nix-doom-emacs/issues/9 > If user has [literate](https://github.com/hlissner/doom-emacs/blob/169eb2dadd121e7492fd691c74735be1b27f7486/init.example.el#L173) doom module enabled, support not having config.el and first tangling config.org.
Hello, and thanks for this package! It's very nice to integrate emacs config w/ home-manager. When I run `home-manager switch` and then `SPC h r r`, the old config is...
I'm trying to setup LSP for C using clangd but for some reason it won't work. It complains that `unzip` and `powershell` are not installed, but trying to add it...