diff options
Diffstat (limited to 'writing.el')
| -rw-r--r-- | writing.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
