commit 5fbf40571ffd681bf72fdddc09f445a2e6211f0f
parent 1329c1457167ae4af5a1ee25f7bda6093952cec6
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 28 Jan 2019 16:41:47 +0100
Update .dir-locals.el with projectile variables
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.dir-locals.el b/.dir-locals.el
@@ -1,5 +1,7 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
-((nix-mode
+((nil (eval . (setq projectile-project-compilation-cmd "home-manager build"
+ projectile-project-run-cmd "home-manager switch")))
+ (nix-mode
(tab-width . 2)))