diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-org.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/custom/fcuny-org.el b/emacs/custom/fcuny-org.el index cb3cab4..bc6355e 100644 --- a/emacs/custom/fcuny-org.el +++ b/emacs/custom/fcuny-org.el @@ -141,11 +141,6 @@ (org-agenda-files `(,(expand-file-name "tasks.org" org-directory))) (org-agenda-skip-function '(org-agenda-skip-entry-if 'deadline 'scheduled)))))))) -(use-package org-superstar - :ensure t - :after (org) - :hook (org-mode . org-superstar-mode)) - (use-package org-capture :ensure nil :after (org) |