diff --git a/init.el b/init.el index a90327b..fe8d0cd 100644 --- a/init.el +++ b/init.el @@ -469,7 +469,7 @@ (use-package org-src :after org :custom - (org-src-window-setup 'current-window)) + (org-src-window-setup 'reorganize-frame)) (use-package ob-core :after org @@ -545,7 +545,7 @@ (use-package org-clock :after org :custom - (org-clock-rounding-minutes 5)) + (org-clock-rounding-minutes 15)) (use-package org-agenda :after (org appt)