summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-12-11 19:18:11 +0100
committerQuentin Aristote <quentin@aristote.fr>2021-12-11 19:18:11 +0100
commit62390a35835c4d0f6e3b901c02ac2fc38b90f376 (patch)
treeff6d67c533379f4c209622b165f49a13a81cfc3f
parent1a4ad01928ae316466f166c61060f57a39031b54 (diff)
move link to why3 lib in why3 spacemacs layer
-rw-r--r--home/config/emacs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/config/emacs.nix b/home/config/emacs.nix
index 186d8e5..3758cb0 100644
--- a/home/config/emacs.nix
+++ b/home/config/emacs.nix
@@ -11,6 +11,6 @@
};
home.file.".spacemacs.d/init.el".source = ./dotfiles/spacemacs;
- home.file.".emacs.d/private/layers/why3/local/why3".source =
+ home.file.".emacs.d/private/layers/why3/local/why3.backup".source =
"${pkgs.why3}/share/emacs/site-lisp";
}