From 3c1d815914cab6c871fc1ef27fcc0b0e4d8009ee Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 3 Dec 2020 21:58:39 -0600 Subject: Add org-superstar --- config.org | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'config.org') diff --git a/config.org b/config.org index c9011c7..32a2db4 100644 --- a/config.org +++ b/config.org @@ -1050,7 +1050,7 @@ I need to break this config up and like, comment it better. from [[https://zzamboni.org/post/beautifying-org-mode-in-emacs/][zzamboni.org]] -#+begin_src emacs-lisp +#+begin_src emacs-lisp :tangle no (font-lock-add-keywords 'org-mode '(("^ *\\([-+]\\) " @@ -1060,6 +1060,25 @@ from [[https://zzamboni.org/post/beautifying-org-mode-in-emacs/][zzamboni.org]] "•")))))) #+end_src +*** [[https://github.com/integral-dw/org-superstar-mode][org-superstar]] + +#+begin_src emacs-lisp + (use-package org-superstar + :custom + (org-superstar-headline-bullets-list + '(?❧ ?✪ ?③ ?④ ?⑤ ?⑥ ?⑦ ?⑧ ?⑨ ?●)) + (org-superstar-cycle-headline-bullets nil) + (org-superstar-item-bullet-alist + '((?* . ?★) + (?+ . ?‣) + (?- . ?•))) + :custom-face + (org-superstar-header-bullet + ((t (:weight normal)))) + :hook + (org-mode . org-superstar-mode)) +#+end_src + *** Enable markdown export #+begin_src emacs-lisp -- cgit 1.4.1-21-gabe81