Set compile-command dir local variable

This commit is contained in:
Evie Litherland-Smith 2024-06-06 06:30:47 +01:00
parent 8ae11797ab
commit feb3f9149b

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 . "nixos-rebuild build"))))