From 5fc3cf008f6c25c2d0bea7f44db39383cd861b2d Mon Sep 17 00:00:00 2001 From: Jakub Date: Sun, 12 Jul 2026 10:31:08 +0800 Subject: [PATCH] dir-locals and gitignore --- .dir-locals.el | 2 ++ .gitignore | 1 + 2 files changed, 3 insertions(+) create mode 100644 .dir-locals.el create mode 100644 .gitignore diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..c42bc52 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,2 @@ +((nil . ((geiser-default-implementation . lips) + (geiser-active-implementations . (lips))))) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~