From 4d476c10600800f663b1f612cc4d77aee618ec13 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Fri, 29 May 2020 18:38:41 +0200 Subject: org: Enable org-habit --- lisp/init-org.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lisp') diff --git a/lisp/init-org.el b/lisp/init-org.el index bff18a7..4056dc4 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -63,6 +63,13 @@ ;; include the full path when searching headlines (setq org-outline-path-complete-in-steps nil) + ;; enable org-habit + (unless (member 'org-habit org-modules) + (add-to-list 'org-modules 'org-habit)) + + ;; show habits on future days + (setq org-habit-show-habits-only-for-today nil) + ;; hide todo entries whose deadline is far away according to ;; org-deadline-warning-days (setq org-agenda-todo-ignore-deadlines 'far) -- cgit v1.2.3