From 0eff505af06d3245fd33b9a6790c75c831e56199 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 7 Dec 2020 08:23:36 -0600 Subject: Customize org-mode stars --- config.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index a146a04..33d55cd 100644 --- a/config.org +++ b/config.org @@ -1139,7 +1139,7 @@ I need to break this config up and like, comment it better. (org-fontify-done-headline t) (org-fontify-whole-heading-line t) (org-fontify-quote-and-verse-blocks t) - (org-hide-leading-stars t) + (org-hide-leading-stars nil) (org-hidden-keywords '(author date title)) (org-src-window-setup 'current-window) (org-pretty-entities t) @@ -1166,12 +1166,14 @@ from [[https://zzamboni.org/post/beautifying-org-mode-in-emacs/][zzamboni.org]] (use-package org-superstar :custom (org-superstar-headline-bullets-list - '(?❧ ?✪ ?③ ?④ ?⑤ ?⑥ ?⑦ ?⑧ ?⑨ ?●)) + '(?—)) (org-superstar-cycle-headline-bullets nil) (org-superstar-item-bullet-alist '((?* . ?★) (?+ . ?‣) (?- . ?•))) + (org-superstar-special-todo-items t) + (org-superstar-leading-bullet '(" .")) :custom-face (org-superstar-header-bullet ((t (:weight normal)))) -- cgit 1.4.1-21-gabe81