From ba68729898d4bab62f21e4c968538b1c7c875196 Mon Sep 17 00:00:00 2001 From: lemurianmage Date: Tue, 14 Apr 2026 15:00:37 +0200 Subject: various little things --- writing.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'writing.el') diff --git a/writing.el b/writing.el index f622989..944f2e0 100644 --- a/writing.el +++ b/writing.el @@ -7,6 +7,7 @@ (org-mode . turn-on-org-cdlatex)) :config (setq org-export-with-smart-quotes t + org-export-with-latex nil org-html-validation-link nil)) (use-package org-roam @@ -29,7 +30,7 @@ (:host github :repo "org-roam/org-roam-ui" :branch "main" :files ("*.el" "out")) :after org-roam :bind - (("C-c r o" . org-roam-ui)) + (("C-c r o" . org-roam-ui-mode)) :config (setq org-roam-ui-sync-theme t org-roam-ui-follow t -- cgit v1.2.3