home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2c9401b5a39bc7dd5edbb129e71a31481d4db806
parent 4f0c8bd6f047e251bfe92ea8d7c543500d004922
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  8 Jul 2020 07:40:02 +0200

tools/emacs: disable portable dump for the daemon

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/dev/emacs.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/users/vincent/dev/emacs.nix b/users/vincent/dev/emacs.nix @@ -134,6 +134,6 @@ in name = "org"; shell = pkgs.zsh + "/bin/zsh -i -c"; # FIXME do this in the derivation :) - extraOptions = "--dump-file=${config.home.homeDirectory}/.config/emacs/emacs.pdmp"; + # extraOptions = "--dump-file=${config.home.homeDirectory}/.config/emacs/emacs.pdmp"; }; }