diff options
| author | lemurianmage <azureazure@disroot.org> | 2026-04-14 15:00:37 +0200 |
|---|---|---|
| committer | lemurianmage <azureazure@disroot.org> | 2026-04-14 15:00:37 +0200 |
| commit | ba68729898d4bab62f21e4c968538b1c7c875196 (patch) | |
| tree | 8b0b37947e4f75b6e7ddc907ebef1026ee099861 /writing.el | |
| parent | 1f23205936626f4985b19f4d7c6ce0dfb647fc6b (diff) | |
| download | dotemacs-ba68729898d4bab62f21e4c968538b1c7c875196.tar.gz | |
various little things
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 |
