Emacs: run home-manager with projectile-compile-project
Alan Pearce alan@alanpearce.eu
Tue, 18 Apr 2023 19:45:21 +0200
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
A .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"))))