about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-07 08:23:36 -0600
committerCase Duckworth2020-12-07 08:23:36 -0600
commit0eff505af06d3245fd33b9a6790c75c831e56199 (patch)
tree74f544132988aebb8fb5153b6ec8062766f62c1a /config.org
parentAdd a time-stamp hook (diff)
downloademacs-0eff505af06d3245fd33b9a6790c75c831e56199.tar.gz
emacs-0eff505af06d3245fd33b9a6790c75c831e56199.zip
Customize org-mode stars
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
1 files changed, 4 insertions, 2 deletions
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.
1139 (org-fontify-done-headline t) 1139 (org-fontify-done-headline t)
1140 (org-fontify-whole-heading-line t) 1140 (org-fontify-whole-heading-line t)
1141 (org-fontify-quote-and-verse-blocks t) 1141 (org-fontify-quote-and-verse-blocks t)
1142 (org-hide-leading-stars t) 1142 (org-hide-leading-stars nil)
1143 (org-hidden-keywords '(author date title)) 1143 (org-hidden-keywords '(author date title))
1144 (org-src-window-setup 'current-window) 1144 (org-src-window-setup 'current-window)
1145 (org-pretty-entities t) 1145 (org-pretty-entities t)
@@ -1166,12 +1166,14 @@ from [[https://zzamboni.org/post/beautifying-org-mode-in-emacs/][zzamboni.org]]
1166 (use-package org-superstar 1166 (use-package org-superstar
1167 :custom 1167 :custom
1168 (org-superstar-headline-bullets-list 1168 (org-superstar-headline-bullets-list
1169 '(? ?✪ ?③ ?④ ?⑤ ?⑥ ?⑦ ?⑧ ?⑨ ?●)) 1169 '(?))
1170 (org-superstar-cycle-headline-bullets nil) 1170 (org-superstar-cycle-headline-bullets nil)
1171 (org-superstar-item-bullet-alist 1171 (org-superstar-item-bullet-alist
1172 '((?* . ?★) 1172 '((?* . ?★)
1173 (?+ . ?‣) 1173 (?+ . ?‣)
1174 (?- . ?•))) 1174 (?- . ?•)))
1175 (org-superstar-special-todo-items t)
1176 (org-superstar-leading-bullet '(" ."))
1175 :custom-face 1177 :custom-face
1176 (org-superstar-header-bullet 1178 (org-superstar-header-bullet
1177 ((t (:weight normal)))) 1179 ((t (:weight normal))))