diff options
Diffstat (limited to 'config/emacs.org')
| -rw-r--r-- | config/emacs.org | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/emacs.org b/config/emacs.org index dab81d6..07320dc 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -153,7 +153,11 @@ This is my org mode configuration, which also configures latex. (preview-image-type 'png "Use PNGs") (org-format-latex-options (plist-put org-format-latex-options :scale 1.5) "space latex better") (org-return-follows-link t "be able to follow links without mouse") - (org-habit-preceding-days 1 "See org habit entries") + (org-habit-preceding-days 7 "See org habit entries") + (org-habit-following-days 35 "See org habit entries") + (org-habit-show-habits t "See org habit entries") + (org-habit-show-habits-only-for-today nil "See org habit entries") + (org-habit-show-all-today t "Show org habit graph") (org-startup-indented t "Indent the headings") (org-image-actual-width '(300) "Cap width") (org-startup-with-latex-preview t "see latex previews on opening file") |
