From 92e394e97a246874422d9335019ed7973b36176b Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 10 Feb 2025 17:42:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(org)=20Round=20times=20to=205?= =?UTF-8?q?=20minutes=20while=20clocking?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index fb78236..7c64eb9 100644 --- a/config.org +++ b/config.org @@ -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)