From b5cae72d8f824f235f351821f7d7052b66bc2513 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 2 Mar 2026 19:46:38 -0600 Subject: feat(json,yaml): add tree-sitter modes, formatting, and jq integration New prog-json module: json-ts-mode with jq formatting (C-; f) and jq-interactively (C-c C-q). Upgraded prog-yaml to yaml-ts-mode with prettier formatting. Both use treesit-auto for grammar management. Includes 18 new tests (10 JSON, 8 YAML), 185/185 passing. --- modules/org-export-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/org-export-config.el') diff --git a/modules/org-export-config.el b/modules/org-export-config.el index 4451eddd..688d8f99 100644 --- a/modules/org-export-config.el +++ b/modules/org-export-config.el @@ -49,7 +49,7 @@ (setq org-export-with-tasks '("TODO")) ;; export with tasks by default (setq org-export-with-tasks nil) ;; export WITHOUT tasks by default (setq org-export-with-toc t) ;; export WITH table of contents by default - (setq org-export-initial-scope 'subtree) ;; 'buffer is your other choice + (setq org-export-initial-scope 'buffer) ;; 'subtree is your other choice (setq org-export-with-author nil)) ;; export without author by default (use-package ox-html -- cgit v1.2.3