Browse Source

added org habits

master
Marc 2 weeks ago
parent
commit
1ebba5b49e
1 changed files with 9 additions and 7 deletions
  1. 16
      config.org

16
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

Loading…
Cancel
Save