summary refs log tree commit diff stats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorAlan Pearce2023-04-18 19:45:21 +0200
committerAlan Pearce2023-04-18 19:54:38 +0200
commitafd03742c0dae1afa8fe044851e609a1e413e780 (patch)
treea379a6a46e4e2d68b991ad5352a99b5710e5e3be /.dir-locals.el
parent5a3b361a619d4e6c148c9734b06da8f5b788e891 (diff)
downloadnixfiles-afd03742c0dae1afa8fe044851e609a1e413e780.tar.lz
nixfiles-afd03742c0dae1afa8fe044851e609a1e413e780.tar.zst
nixfiles-afd03742c0dae1afa8fe044851e609a1e413e780.zip
Emacs: run home-manager with projectile-compile-project
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 00000000..b18cc506
--- /dev/null
+++ b/.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"))))