commit 7c72537e116cf6f95cf90b88b916c4406933b0b1 parent 55648fb9d6e29e2aaa44083a652508764a74587d Author: William Casarin <jb55@jb55.com> Date: Sat, 19 Sep 2020 11:36:08 -0700 emacs: remove org bullets again Diffstat:
M | dotfiles/.spacemacs | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dotfiles/.spacemacs b/dotfiles/.spacemacs @@ -106,7 +106,7 @@ jb55/base-layers)) -(setq jb55/excluded-packages (let ((base-excluded '(org-bullets vi-tilde-fringe anaconda-mode))) +(setq jb55/excluded-packages (let ((base-excluded '(org-bullets org-superstar vi-tilde-fringe anaconda-mode))) (if (not (is-mac)) (cons 'exec-path-from-shell base-excluded) base-excluded)