diff --git a/bundle/custom.el b/bundle/custom.el index 05a27f48..dd9b20c3 100644 --- a/bundle/custom.el +++ b/bundle/custom.el @@ -62,7 +62,7 @@ '(nord-comment-brightness 15) '(nord-region-highlight "snowstorm") '(nord-uniform-mode-lines t) - '(olivetti-body-width 89) + '(olivetti-body-width 90) '(org-modules (quote (ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m))) diff --git a/bundle/org-mode-settings.el b/bundle/org-mode-settings.el index 333eeab8..f586830a 100644 --- a/bundle/org-mode-settings.el +++ b/bundle/org-mode-settings.el @@ -25,7 +25,7 @@ org-babel-python-command "python3" org-todo-keywords (quote ((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))) -(setq org-use-property-inheritance t) +(setq org-use-property-inheritance nil) (org-clock-persistence-insinuate) (org-display-inline-images)