From 410f6fe48d070d8eaf50add3671795b4666732ee Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 29 Dec 2024 18:42:30 +0100 Subject: update project compile-command --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index e352b5ac..3d3aa0bc 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 . "./bin/home-manager switch")))) +((nil . ((compile-command . "home-manager switch --flake .")))) -- cgit 1.4.1