diff --git a/dot_spacemacs.d/public/org-config.el b/dot_spacemacs.d/public/org-config.el index f08800c..e719bfc 100644 --- a/dot_spacemacs.d/public/org-config.el +++ b/dot_spacemacs.d/public/org-config.el @@ -78,6 +78,14 @@ (setq org-agenda-skip-scheduled-if-deadline-is-shown t) (setq org-columns-default-format "%80ITEM(Task) %10Effort(Effort){:} %10CLOCKSUM") +(setq org-agenda-current-time ((t (:inherit org-time-grid :foreground "hot pink"))))) + +(setq org-agenda-current-time-string "┈ ┈ ┈ ┈ ┈ ┈ ┈ now ┈ ┈ ┈ ┈ ┈ ┈") +(setq org-agenda-time-grid + (quote + ((daily require-timed) + (800 900 1000 1100 1200 1300 1400 1500 1600 1700 1800 1900 2000) + "......" "───────────────"))) (setq org-show-notification-handler "notify-send")