🔧 (org) Round times to 5 minutes while clocking
This commit is contained in:
parent
ef99c00a9d
commit
92e394e97a
1 changed files with 7 additions and 1 deletions
|
@ -1140,7 +1140,13 @@ Hide emphasis markers. While this sometimes is very distracting it mostly looks
|
||||||
(setq org-hide-emphasis-markers t)
|
(setq org-hide-emphasis-markers t)
|
||||||
#+end_src
|
#+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
|
#+begin_src emacs-lisp
|
||||||
(setq org-startup-indented t)
|
(setq org-startup-indented t)
|
||||||
|
|
Loading…
Add table
Reference in a new issue