diff options
author | Franck Cuny <franck@fcuny.net> | 2021-12-20 14:42:18 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-12-20 14:42:18 -0800 |
commit | c04d472079125a63d36667843f61ad6ac22685f9 (patch) | |
tree | bdfb27b42e5769c725bcbc095bab1f6ebd870877 /emacs/custom | |
parent | zsh: add fly to the $PATH (diff) | |
download | emacs.d-c04d472079125a63d36667843f61ad6ac22685f9.tar.gz |
emacs: stop using org-superstar
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) |