Change clock rounding to 15 minutes

org-src-window-setup back to original value (reorganize-frame)
This commit is contained in:
Evie Litherland-Smith 2024-07-30 15:09:22 +01:00
parent b8cafe0698
commit bf0ae26303

View file

@ -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)