summary refs log tree commit diff stats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorAlan Pearce2023-06-16 07:46:31 +0200
committerAlan Pearce2023-06-16 07:46:31 +0200
commitbaef3925a7a9efecd1c666c0cbb8b3a9b7e19d34 (patch)
tree7cce3a3c8718d7bddb1b2672ec8905665f3f6256 /.dir-locals.el
parent9ea8cd61a4cddf9321baea436bfd34a5d024f04f (diff)
downloadnixfiles-baef3925a7a9efecd1c666c0cbb8b3a9b7e19d34.tar.lz
nixfiles-baef3925a7a9efecd1c666c0cbb8b3a9b7e19d34.tar.zst
nixfiles-baef3925a7a9efecd1c666c0cbb8b3a9b7e19d34.zip
default to "home-manager switch" as compilation command in this repo
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 67b7a109..5535ffa9 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,4 +1,4 @@
 ;;; Directory Local Variables
 ;;; For more information see (info "(emacs) Directory Variables")
 
-((nil . ((projectile-project-compilation-cmd . "home-manager switch"))))
+((nil . ((compile-command . "home-manager switch"))))