From afd03742c0dae1afa8fe044851e609a1e413e780 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 18 Apr 2023 19:45:21 +0200 Subject: Emacs: run home-manager with projectile-compile-project --- .dir-locals.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .dir-locals.el 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")))) -- cgit 1.4.1