summaryrefslogtreecommitdiff
path: root/config/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'config/emacs.el')
-rw-r--r--config/emacs.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/emacs.el b/config/emacs.el
index 76948b5..7ab37be 100644
--- a/config/emacs.el
+++ b/config/emacs.el
@@ -119,7 +119,11 @@
(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")