From d71a35720f035d90220af887de9bfb5bcdbba86b Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 26 Apr 2025 21:06:59 -0400 Subject: [PATCH] Remove org superstar configuration --- README.org | 8 -------- config.el | 4 ---- 2 files changed, 12 deletions(-) diff --git a/README.org b/README.org index 8829e53..823414d 100644 --- a/README.org +++ b/README.org @@ -759,14 +759,6 @@ If you use =org= and don't want your org files in the default location below, ch (org-colors-dracula)) #+END_SRC -**** Superstar - -#+BEGIN_SRC emacs-lisp :tangle config.el -(setq org-superstar-headline-bullets-list '("◉" "●" "○" "◆" "●" "○" "◆")) -(setq org-superstar-item-bullet-alist '((?+ . ?➤) (?- . ?✦))) ; changes +/- symbols in item lists -(add-hook! org-mode (org-superstar-mode)) -#+END_SRC - *** Markdown #+BEGIN_SRC emacs-lisp :tangle config.el diff --git a/config.el b/config.el index 1477e2b..220be1b 100644 --- a/config.el +++ b/config.el @@ -158,10 +158,6 @@ ;; Load our desired org-colors-* theme on startup (org-colors-dracula)) -(setq org-superstar-headline-bullets-list '("◉" "●" "○" "◆" "●" "○" "◆")) -(setq org-superstar-item-bullet-alist '((?+ . ?➤) (?- . ?✦))) ; changes +/- symbols in item lists -(add-hook! org-mode (org-superstar-mode)) - (custom-set-faces '(markdown-header-face ((t (:inherit font-lock-function-name-face :weight bold :family "variable-pitch")))) '(markdown-header-face-1 ((t (:inherit markdown-header-face :height 1.8))))