Skip to content

Commit

Permalink
project: Update dir-locals
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaled committed Sep 29, 2024
1 parent e3aa805 commit 7b01f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")

((nil . ((projectile-project-compilation-cmd . "make build")))
((nil . ((projectile-project-compilation-cmd . "source .envrc; make build")))
(go-mode . ((tab-width . 4)))
(makefile-gmake-mode . ((tab-width . 4))))

0 comments on commit 7b01f14

Please sign in to comment.