🔧 (org) Round times to 5 minutes while clocking

This commit is contained in:
Marcel Kapfer 2025-02-10 17:42:15 +01:00
parent ef99c00a9d
commit 92e394e97a
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -1140,7 +1140,13 @@ Hide emphasis markers. While this sometimes is very distracting it mostly looks
(setq org-hide-emphasis-markers t)
#+end_src
Make indented display of org files the default
Clocking settings
#+begin_src emacs-lisp
(setq org-clock-rounding-minutes 5)
#+end_src
Enable indent mode by default
#+begin_src emacs-lisp
(setq org-startup-indented t)