update project compile-command
Alan Pearce alan@alanpearce.eu
Sun, 29 Dec 2024 18:42:30 +0100
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 . ((compile-command . "./bin/home-manager switch")))) +((nil . ((compile-command . "home-manager switch --flake ."))))