conf: doom-emacs

This commit is contained in:
luxzi 2024-07-26 18:55:27 -04:00
parent f360eeb4b5
commit ca3a0e2605
No known key found for this signature in database
GPG key ID: C90237A70F2FDD53
8 changed files with 368 additions and 0 deletions

View file

@ -5,4 +5,9 @@
enable = true;
package = pkgs.emacs;
};
# environment.variables = {
# # Point Emacs to the source controlled configuration files.
# EMACSLOADPATH = builtins.getEnv "HOME" + "/.dotfiles/home-manager/packages/doom-emacs";
# };
}