summary refs log tree commit diff
path: root/emacs/custom/fcuny-org.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-12-20 14:42:18 -0800
committerFranck Cuny <franck@fcuny.net>2021-12-20 14:42:18 -0800
commitc04d472079125a63d36667843f61ad6ac22685f9 (patch)
treebdfb27b42e5769c725bcbc095bab1f6ebd870877 /emacs/custom/fcuny-org.el
parentzsh: add fly to the $PATH (diff)
downloademacs.d-c04d472079125a63d36667843f61ad6ac22685f9.tar.gz
emacs: stop using org-superstar
Diffstat (limited to '')
-rw-r--r--emacs/custom/fcuny-org.el5
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)