tweak habits
This commit is contained in:
parent
e508620ec8
commit
3f54f26af0
7
conf.org
7
conf.org
|
@ -690,12 +690,7 @@ There are several types of tags I use:
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** habits
|
** habits
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
;; (setq org-habit-graph-column 50)
|
(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")))
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** clocking
|
** clocking
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Reference in New Issue