diff options
-rw-r--r-- | org-conf.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org-conf.el b/org-conf.el index 0170be3..8cc8175 100644 --- a/org-conf.el +++ b/org-conf.el @@ -4,6 +4,8 @@ ;; org-format-latex-options (plist-put org-format-latex-options :scale 1.5) ) +(setq org-capture-bookmark nil) + (setq org-adapt-indentation nil) (setq org-modules '(ol-gnus ol-info ol-eww)) |