tweak habits

This commit is contained in:
petrucci4prez 2018-07-03 19:51:32 -04:00
parent e508620ec8
commit 3f54f26af0
1 changed files with 1 additions and 6 deletions

View File

@ -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