diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-26 10:53:19 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-26 10:53:19 -0400 |
| commit | 59203e1d25971e31fdd109b72a8be80cab48d2c0 (patch) | |
| tree | 68b93722abb0b9d024e8ffe729e767026023818c /posts/.dir-locals.el | |
| parent | bd8019400aba4e28e93c6044640f8cd11c880453 (diff) | |
Rename posts/ to org/
Diffstat (limited to 'posts/.dir-locals.el')
| -rw-r--r-- | posts/.dir-locals.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/posts/.dir-locals.el b/posts/.dir-locals.el deleted file mode 100644 index 81ce881..0000000 --- a/posts/.dir-locals.el +++ /dev/null @@ -1,7 +0,0 @@ -((org-mode . ((org-html-doctype . "xhtml5") - (org-html-html5-fancy . t) - (org-html-with-latex . 'verbatim) - (org-export-with-toc . nil) - (org-export-with-section-numbers . nil) - (org-export-with-sub-superscripts . nil) - (ox-haunt-base-dir . "/home/jakob/Blog/haunt/")))) |