From 82036224fecd05055d85ac52d78d721376812cab Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 2 Jan 2025 16:51:56 +0100 Subject: update local project compile-command --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 3d3aa0bc..2fe8af7f 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 . ((compile-command . "home-manager switch --flake .")))) +((nil . ((compile-command . "home-manager switch --flake .\\?submodules=1")))) -- cgit 1.4.1