Change the column the habit graphs are printed in
This commit is contained in:
parent
403eee3ed1
commit
ed1af74205
1 changed files with 11 additions and 10 deletions
|
@ -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-fontify-whole-heading-line t)
|
||||
(setq org-hide-emphasis-markers t)
|
||||
(setq org-return-follows-link 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-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)
|
||||
|
||||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue