summaryrefslogtreecommitdiff
path: root/dir-locals.el
diff options
context:
space:
mode:
authormms <michal@sapka.me>2023-12-20 23:18:22 +0100
committermms <michal@sapka.me>2023-12-20 23:18:22 +0100
commitbb4641356d00ec204583fda58ba3f3376b478efd (patch)
treecf26e862eeb1c9f42299c505865bd560da42c4f7 /dir-locals.el
parent52a93cdffe6ac624bd87f3ca4130b2f4c25fd0d1 (diff)
feat: move articles to ox-hugo + gen content
Diffstat (limited to 'dir-locals.el')
-rw-r--r--dir-locals.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/dir-locals.el b/dir-locals.el
new file mode 100644
index 0000000..363ca6f
--- /dev/null
+++ b/dir-locals.el
@@ -0,0 +1,2 @@
+(("content-org/"
+ . ((org-mode . ((eval . (org-hugo-auto-export-mode)))))))