Set compile-command to build instead of switch

This commit is contained in:
Evie Litherland-Smith 2024-06-06 06:44:42 +01:00
parent 68462fb0a5
commit 80f9c53384

View file

@ -1,4 +1,4 @@
;;; Directory Local Variables -*- no-byte-compile: t -*- ;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables") ;;; For more information see (info "(emacs) Directory Variables")
((nil . ((compile-command . "home-manager switch")))) ((nil . ((compile-command . "home-manager build"))))