aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/oni-org.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-04-08 23:52:54 -0700
committerGravatar Tom Willemse2020-04-08 23:52:54 -0700
commited1af74205f87d7409ea86df4183e63cae4eb9f4 (patch)
tree8e29ccfa74f51f44ae5d038ea64a148a0a9c2b2e /oni-org/oni-org.el
parent403eee3ed1a553661f510d62c60eda54b1fbd42c (diff)
downloademacs-config-ed1af74205f87d7409ea86df4183e63cae4eb9f4.tar.gz
emacs-config-ed1af74205f87d7409ea86df4183e63cae4eb9f4.zip
Change the column the habit graphs are printed in
Diffstat (limited to 'oni-org/oni-org.el')
-rw-r--r--oni-org/oni-org.el17
1 files changed, 9 insertions, 8 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index b034315..76332a3 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0331.210240
+;; Version: 2020.0408.205648
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna)
;; This program is free software; you can redistribute it and/or modify
@@ -185,17 +185,18 @@ _l_: Store link ^^ _j_: Journal entry
(setq org-default-notes-file
(oni-org-expand-to-home "documents/gtd/inbox.org"))
-(setq org-src-fontify-natively t)
-(setq org-return-follows-link t)
+(setq org-agenda-skip-function-global #'oni-org-skip-tasks)
+(setq org-agenda-todo-ignore-scheduled 'future)
+(setq org-catch-invisible-edits 'error)
+(setq org-clock-in-switch-to-state #'oni-org-maybe-change-todo-state)
(setq org-fontify-whole-heading-line t)
+(setq org-habit-graph-column 60)
(setq org-hide-emphasis-markers t)
+(setq org-log-into-drawer t)
(setq org-return-follows-link t)
+(setq org-return-follows-link t)
+(setq org-src-fontify-natively t)
(setq org-use-fast-todo-selection t)
-(setq org-log-into-drawer t)
-(setq org-agenda-todo-ignore-scheduled 'future)
-(setq org-agenda-skip-function-global #'oni-org-skip-tasks)
-(setq org-clock-in-switch-to-state #'oni-org-maybe-change-todo-state)
-(setq org-catch-invisible-edits 'error)
;;; Set the maximum indentation level for description lists to 5 (which is the
;;; seemingly hardcoded value of the indentation it gets when it goes over