diff options
| -rw-r--r-- | carrot/.emacs.d/local-init.el | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/carrot/.emacs.d/local-init.el b/carrot/.emacs.d/local-init.el index 9ca41ab..465bbb5 100644 --- a/carrot/.emacs.d/local-init.el +++ b/carrot/.emacs.d/local-init.el @@ -2,8 +2,10 @@ (mobile-device-mode) -(setq org-agenda-prefix-format - '((agenda . " %?-12t% s") - (todo . " ") - (tags . " ") - (search . " "))) +(use-package org-agenda + :config + (setq org-agenda-prefix-format + '((agenda . " %?-12t% s") + (todo . " ") + (tags . " ") + (search . " ")))) |
