Remove org superstar configuration

This commit is contained in:
Sravan Balaji
2025-04-26 21:06:59 -04:00
parent 83c8819b26
commit d71a35720f
2 changed files with 0 additions and 12 deletions

View File

@@ -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

View File

@@ -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))))