summaryrefslogtreecommitdiff
path: root/carrot
diff options
context:
space:
mode:
Diffstat (limited to 'carrot')
-rw-r--r--carrot/.emacs.d/local-init.el6
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 . " ")))