Get the custom Emacs working

This commit is contained in:
Howard Abrams 2025-03-30 14:32:43 -07:00
parent 245a1bb389
commit c50f36bffc

4
.dir-locals.el Normal file
View file

@ -0,0 +1,4 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((python-mode . ((python-shell-interpreter . "/home/howard/src/moss-n-puddles/.venv/bin/ipython"))))