From baef3925a7a9efecd1c666c0cbb8b3a9b7e19d34 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 16 Jun 2023 07:46:31 +0200 Subject: default to "home-manager switch" as compilation command in this repo --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 67b7a109..5535ffa9 100644 --- a/.dir-locals.el +++ b/.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")))) -- cgit 1.4.1