No description
Find a file
Marien Zwart 0f80026223
Pass profile dirs as args instead of profiles.el
Writing profiles.el was borderline unreadable.
`doom-profiles-autodetect` was effectively just reading in the entire
file: accepting the paths we want in the profile as individual args and
putting them together on the Emacs side is easy enough.

Accidentally fixes a bug: `user-emacs-directory` should end in a
directory separator. We now get the right value for free by using the
path we're running Doom CLI out of.
2024-03-31 17:28:34 +11:00
example Add example (based on my own config) 2024-03-18 21:02:41 +11:00
.gitignore gitignore result (nix build output) 2024-03-18 21:04:40 +11:00
cli1.el Write a Doom profile 2024-03-26 22:28:43 +11:00
cli2.el Pass profile dirs as args instead of profiles.el 2024-03-31 17:28:34 +11:00
doom.nix Pass profile dirs as args instead of profiles.el 2024-03-31 17:28:34 +11:00
elisp-packages.nix Explicitly pull in org from org-contrib 2024-03-30 21:08:02 +11:00
flake.lock nix flake update 2024-03-30 21:04:48 +11:00
flake.nix Rename package.nix to doom.nix 2024-03-31 15:39:43 +11:00
HACKING.md Pull commentary into separate documentation 2024-03-31 16:47:48 +11:00