From 3f54f26af0a3468c1cf6a35e977f5a793c6c62c3 Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Tue, 3 Jul 2018 19:51:32 -0400 Subject: [PATCH] tweak habits --- conf.org | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/conf.org b/conf.org index 1e4d8d8..972d823 100644 --- a/conf.org +++ b/conf.org @@ -690,12 +690,7 @@ There are several types of tags I use: #+END_SRC ** habits #+BEGIN_SRC emacs-lisp -;; (setq org-habit-graph-column 50) - -;; (run-at-time "05:00" 86400 (lambda () -;; (setq org-habit-show-habits t) -;; (org-agenda-redo) -;; (message "Habits turned on"))) +(setq org-habit-graph-column 50) #+END_SRC ** clocking #+BEGIN_SRC emacs-lisp