diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/custom/fcuny-org.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/custom/fcuny-org.el b/emacs/custom/fcuny-org.el index 653de9d..ffb2793 100644 --- a/emacs/custom/fcuny-org.el +++ b/emacs/custom/fcuny-org.el @@ -140,10 +140,10 @@ (org-agenda-files `(,(expand-file-name "tasks.org" org-directory))) (org-agenda-skip-function '(org-agenda-skip-entry-if 'deadline 'scheduled)))))))) -(use-package org-bullets +(use-package org-superstar :ensure t :after (org) - :hook (org-mode . org-bullets-mode)) + :hook (org-mode . org-superstar-mode)) (use-package org-capture :ensure nil |