default to "home-manager switch" as compilation command in this repo
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M .dir-locals.el → .dir-locals.el
@@ -1,4 +1,4 @@ ;;; Directory Local Variables ;;; For more information see (info "(emacs) Directory Variables") -((nil . ((projectile-project-compilation-cmd . "home-manager switch")))) +((nil . ((compile-command . "home-manager switch"))))