Set compile-command dir local variable

This commit is contained in:
Evie Litherland-Smith 2024-06-06 06:29:22 +01:00
parent 4dcf1bc136
commit 68462fb0a5

4
.dir-locals.el Normal file
View file

@ -0,0 +1,4 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((compile-command . "home-manager switch"))))