home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b3441455531d3eb3684e6c230982f0b0fcdcbc2c
parent aafd268266ed9a0b29e980c27a0c01aea5c6d114
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  5 Sep 2019 10:27:25 +0200

.dir-locals.el: use make for project compilation/run commands

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
M.dir-locals.el | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el @@ -1,7 +1,7 @@ ;;; Directory Local Variables ;;; For more information see (info "(emacs) Directory Variables") -((nil (eval . (setq projectile-project-compilation-cmd "home-manager build" - projectile-project-run-cmd "home-manager switch"))) +((nil (eval . (setq projectile-project-compilation-cmd "make build" + projectile-project-run-cmd "make switch"))) (nix-mode (tab-width . 2)))