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
|
||||
enable = true;
|
||||
package = pkgs.emacs29-pgtk;
|
||||
extraConfig = ''(org-babel-load-file "~/Projects/emacs/README.org")'';
|
||||
extraConfig = ''(org-babel-load-file "~/.emacs/README.org")'';
|
||||
extraPackages = epkgs:
|
||||
with epkgs; [
|
||||
# theme
|
||||
|
|
Loading…
Reference in a new issue