Commit b3441455531d

Vincent Demeester <vincent@sbr.pm>
2019-09-05 10:27:25
.dir-locals.el: use make for project compilation/run commands
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent aafd268
Changed files (1)
.dir-locals.el
@@ -1,7 +1,7 @@
 ;;; Directory Local Variables
 ;;; For more information see (info "(emacs) Directory Variables")
 
-((nil (eval . (setq projectile-project-compilation-cmd "home-manager build"
-		    projectile-project-run-cmd "home-manager switch")))
+((nil (eval . (setq projectile-project-compilation-cmd "make build"
+		    projectile-project-run-cmd "make switch")))
  (nix-mode
   (tab-width . 2)))