From 1ebba5b49ea0f4d025c6dc4f717d3822d4a437b0 Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 16 Jun 2025 11:37:21 +0200 Subject: [PATCH] added org habits --- config.org | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/config.org b/config.org index 0efe08e..99ce25a 100644 --- a/config.org +++ b/config.org @@ -1429,14 +1429,16 @@ Elpaca cant find it, though it's built in org #+end_src -** COMMENT habits +** habits #+BEGIN_SRC emacs-lisp -(require 'org-habit) ;;TODO Lösung ohne require finden, scheint mir nicht ideal zu sein, nur um ein org-modul zu aktivieren -;; (add-to-list 'org-modules "org-habit") -(setq org-habit-graph-column 80 - org-habit-preceding-days 30 - org-habit-following-days 7 - org-habit-show-habits-only-for-today nil) + ;(require 'org-habit) ;;TODO Lösung ohne require finden, scheint mir nicht ideal zu sein, nur um ein org-modul zu aktivieren + ;; (add-to-list 'org-modules "org-habit") + (when *sys/linux* + (setq org-habit-graph-column 80 + org-habit-preceding-days 30 + org-habit-following-days 7 + org-habit-show-habits-only-for-today nil + )) #+END_SRC ** contacts