diff options
author | Alan Pearce | 2023-04-18 19:45:21 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-18 19:54:38 +0200 |
commit | afd03742c0dae1afa8fe044851e609a1e413e780 (patch) | |
tree | a379a6a46e4e2d68b991ad5352a99b5710e5e3be | |
parent | 5a3b361a619d4e6c148c9734b06da8f5b788e891 (diff) | |
download | nixfiles-afd03742c0dae1afa8fe044851e609a1e413e780.tar.lz nixfiles-afd03742c0dae1afa8fe044851e609a1e413e780.tar.zst nixfiles-afd03742c0dae1afa8fe044851e609a1e413e780.zip |
Emacs: run home-manager with projectile-compile-project
-rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 00000000..b18cc506 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,4 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((nil . ((projectile-project-compilcation--cmd . "home-manager switch")))) |