summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-21 07:25:24 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-21 07:25:24 +0200
commit76022185d0767435a41f70760e71029c2a889d67 (patch)
treeaa0916a6cc931077ec6595ca9edf33378ec55883
parent8f411cc97c21de496a37cdc1cd57f1632561832e (diff)
Add a working .dir-locals.el for Emacs
-rw-r--r--.dir-locals.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..71f9481
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,7 @@
+((nil . ((eval . (progn
+ (add-to-list
+ 'load-path
+ (expand-file-name
+ "contrib/emacs"
+ (locate-dominating-file default-directory "contrib/emacs")))
+ (require 'mintage-mode))))))