aboutsummaryrefslogtreecommitdiff
path: root/writing.el
diff options
context:
space:
mode:
Diffstat (limited to 'writing.el')
-rw-r--r--writing.el3
1 files changed, 2 insertions, 1 deletions
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