adjust org habit graph on desktop so its less intrusive
This commit is contained in:
parent
743ab417b0
commit
189bbea314
|
@ -59,6 +59,7 @@
|
||||||
(agenda "" (
|
(agenda "" (
|
||||||
(org-agenda-overriding-header "Habits")
|
(org-agenda-overriding-header "Habits")
|
||||||
(org-agenda-files (list "~/org/_habits.org"))
|
(org-agenda-files (list "~/org/_habits.org"))
|
||||||
|
(org-agenda-remove-tags t)
|
||||||
))
|
))
|
||||||
(todo "+WIP-STYLE=\"habit\"" (
|
(todo "+WIP-STYLE=\"habit\"" (
|
||||||
(org-agenda-overriding-header "WIP")
|
(org-agenda-overriding-header "WIP")
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; DESKTOP
|
;; DESKTOP
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
; pdf-tools related stuff
|
; misc desktop specific overrides
|
||||||
|
(setq org-habit-graph-column 75)
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
; Personal startup screen (Desktop)
|
; Personal startup screen (Desktop)
|
||||||
; - preferred org agenda as dedicated window at the top of the frame, n lines high
|
; - preferred org agenda as dedicated window at the top of the frame, n lines high
|
||||||
|
|
Reference in a new issue