diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-08-07 09:17:23 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-08-07 09:17:23 -0500 |
commit | 525dea0487c9f5a533981f270153010c205188c8 (patch) | |
tree | 3b34e3fd4a8d20bbf1b2a0567c9b12501867ad3c /carrot | |
parent | fd1857e6668af30f48d391a303145834e0dfb84e (diff) | |
download | dotfiles-525dea0487c9f5a533981f270153010c205188c8.tar.gz dotfiles-525dea0487c9f5a533981f270153010c205188c8.zip |
carrot/Emacs: Make Org agenda narrower
Diffstat (limited to 'carrot')
-rw-r--r-- | carrot/.emacs.d/local-init.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/carrot/.emacs.d/local-init.el b/carrot/.emacs.d/local-init.el index b6960bd..c9e4948 100644 --- a/carrot/.emacs.d/local-init.el +++ b/carrot/.emacs.d/local-init.el @@ -1 +1,7 @@ (load-theme 'doom-dracula) + +(setq org-agenda-prefix-format + '((agenda . " %?-12t% s") + (todo . " ") + (tags . " ") + (search . " "))) |