Move default location for emacs config
This commit is contained in:
parent
0a83529d12
commit
dd24364994
|
@ -3,7 +3,7 @@
|
||||||
# Clone emacs config from https://git.xenia.me.uk/xenia/emacs.git
|
# Clone emacs config from https://git.xenia.me.uk/xenia/emacs.git
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacs29-pgtk;
|
package = pkgs.emacs29-pgtk;
|
||||||
extraConfig = ''(org-babel-load-file "~/Projects/emacs/README.org")'';
|
extraConfig = ''(org-babel-load-file "~/.emacs/README.org")'';
|
||||||
extraPackages = epkgs:
|
extraPackages = epkgs:
|
||||||
with epkgs; [
|
with epkgs; [
|
||||||
# theme
|
# theme
|
||||||
|
|
Loading…
Reference in a new issue