From c50f36bffc314904a1207465f8b47feb9235e4f7 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Sun, 30 Mar 2025 14:32:43 -0700 Subject: [PATCH] Get the custom Emacs working --- .dir-locals.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..59a9684 --- /dev/null +++ b/.dir-locals.el @@ -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"))))