From ef23f1d03ab72e379c8a7744dc072d34bdc32723 Mon Sep 17 00:00:00 2001 From: Max Regan Date: Mon, 13 Apr 2020 19:55:24 -0700 Subject: [PATCH] Add handy emacs configuration --- .dir-locals.el | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..94de7d7 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,3 @@ +;; +((nil . ((projectile-project-compilation-cmd . "make -C firmware/ BOARD=devboard") + (python-shell-interpreter . "python3"))))