Add handy emacs configuration

This commit is contained in:
2020-04-13 19:55:24 -07:00
parent 8bc0220838
commit ef23f1d03a

3
.dir-locals.el Normal file
View File

@@ -0,0 +1,3 @@
;;
((nil . ((projectile-project-compilation-cmd . "make -C firmware/ BOARD=devboard")
(python-shell-interpreter . "python3"))))