default to "home-manager switch" as compilation command in this repo
Alan Pearce alan@alanpearce.eu
Fri, 16 Jun 2023 07:46:31 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
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"))))