From bcc973f9f7db68ee01ff6a030fd812bda0b4e9fd Mon Sep 17 00:00:00 2001 From: Firehose Bot Date: Sun, 28 Jun 2026 22:40:08 +0200 Subject: [PATCH] correct dir-locals for dragging --- .dir-locals.el | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..24997f8 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,3 @@ +((markdown-mode . ((qwan-markdown-attachment-dir . "app/priv/static/images/blog/2026")))) + +