From 50614938a7069aaf1a5f9f6f2721a6346772c8b7 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 20 May 2018 14:04:26 +0200 Subject: [PATCH] add a directory configuration --- network_inventory/inventory/.dir-locals.el | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 network_inventory/inventory/.dir-locals.el diff --git a/network_inventory/inventory/.dir-locals.el b/network_inventory/inventory/.dir-locals.el new file mode 100644 index 0000000..7657de6 --- /dev/null +++ b/network_inventory/inventory/.dir-locals.el @@ -0,0 +1,5 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((python-mode + (pyvenv-activate . "~/git_repos/projects/network_inventory/network_inventory")))