posts: Add dir-locals
1 files changed, 4 insertions(+), 0 deletions(-) A src/posts/.dir-locals.el
A src/posts/.dir-locals.el => src/posts/.dir-locals.el +4 -0
@@ 0,0 1,4 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((org-mode . ((eval add-hook 'before-save-hook #'org-gemini-export-to-file nil t))))