[org] Add habit customizations

master
Jacopo De Simoi 5 years ago
parent be1d80e3be
commit 6356afd461
  1. 7
      custom.el

@ -46,6 +46,13 @@
'(org-catch-invisible-edits (quote smart))
'(org-clock-mode-line-total (quote current))
'(org-icalendar-categories (quote (all-tags category)))
'(org-habit-following-days 3)
'(org-habit-graph-column 66)
'(org-habit-preceding-days 5)
'(org-habit-show-all-today t)
'(org-habit-show-habits-only-for-today nil)
'(org-habit-today-glyph 57520)
'(org-icalendar-categories '(all-tags category))
'(org-icalendar-include-todo t)
'(org-indent-mode-turns-on-hiding-stars nil)
'(org-latex-default-packages-alist

Loading…
Cancel
Save