diff options
author | Jeschli <jeschli@gmail.com> | 2020-04-21 19:58:14 +0200 |
---|---|---|
committer | Jeschli <jeschli@gmail.com> | 2020-04-21 19:58:14 +0200 |
commit | b644dbcfd3a45f77f799068c474af34db5a89adb (patch) | |
tree | 12d939d1e2f7a44a85e3a50b06732251db6451db /jeschli | |
parent | 35f0746aa15b5400bf8a4695caee5c582e63c1ab (diff) |
j emacs: use ./elisp/init.el
Diffstat (limited to 'jeschli')
-rw-r--r-- | jeschli/2configs/emacs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jeschli/2configs/emacs.nix b/jeschli/2configs/emacs.nix index 73a2320..5c35bc2 100644 --- a/jeschli/2configs/emacs.nix +++ b/jeschli/2configs/emacs.nix @@ -90,7 +90,7 @@ let ''; myEmacsWithDaemon = pkgs.writeDashBin "my-emacs-daemon" '' - exec ${emacsWithOverlay}/bin/emacs -q --daemon + exec ${emacsWithOverlay}/bin/emacs -q --daemon -l ${./elisp/init.el} ''; myEmacsClient = pkgs.writeDashBin "meclient" '' |