diff options
author | Alan Pearce | 2025-01-02 16:51:56 +0100 |
---|---|---|
committer | Alan Pearce | 2025-01-02 16:51:56 +0100 |
commit | 82036224fecd05055d85ac52d78d721376812cab (patch) | |
tree | dfc76bfb5643899879f1661560eb818381ef8f40 /.dir-locals.el | |
parent | cfbeed79c5fc7334dffc6d6083054bb312073a15 (diff) | |
download | nixfiles-82036224fecd05055d85ac52d78d721376812cab.tar.lz nixfiles-82036224fecd05055d85ac52d78d721376812cab.tar.zst nixfiles-82036224fecd05055d85ac52d78d721376812cab.zip |
update local project compile-command
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
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")))) |