summaryrefslogtreecommitdiffstats
path: root/lisp/init-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-org.el')
-rw-r--r--lisp/init-org.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el
index 51bdbc6..c4e4bbf 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -63,8 +63,7 @@
(setq org-outline-path-complete-in-steps nil)
;; enable org-habit
- (unless (member 'org-habit org-modules)
- (add-to-list 'org-modules 'org-habit))
+ (add-to-list 'org-modules 'org-habit)
;; show habits on future days
(setq org-habit-show-habits-only-for-today nil)