diff options
author | Guangxiong Lin <[email protected]> | 2021-08-24 08:27:38 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-08-24 08:27:38 +0800 |
commit | 9267d2e21da866cd8b2e12f2c977423af9a7c36a (patch) | |
tree | 74393f7101d9d9f554794dc6cde6701301ecc636 /.emacs.d/lisp | |
parent | b8060c03d10f596f3435d153c8cc05ffa0586bff (diff) | |
download | dotfiles-9267d2e21da866cd8b2e12f2c977423af9a7c36a.tar.gz dotfiles-9267d2e21da866cd8b2e12f2c977423af9a7c36a.tar.bz2 dotfiles-9267d2e21da866cd8b2e12f2c977423af9a7c36a.zip |
Update org agenda view config
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/init-org.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-org.el b/.emacs.d/lisp/init-org.el index 8e4d784..08564a3 100644 --- a/.emacs.d/lisp/init-org.el +++ b/.emacs.d/lisp/init-org.el @@ -85,7 +85,12 @@ :init (setq org-agenda-dim-blocked-tasks nil) (setq org-agenda-skip-deadline-prewarning-if-scheduled t) - + (setq org-agenda-prefix-format + '((agenda . "%i %-12:c%?-12t% s %b") + (timeline . " % s") + (todo . "%i %-12:c %b") + (tags . "%i %-12:c") + (search . " %i %-12:c"))) (setq org-deadline-warning-days 10) (setq org-agenda-compact-blocks t) |