Skip to content

Instantly share code, notes, and snippets.

@Dima-369
Created April 8, 2021 20:11
Show Gist options
  • Save Dima-369/06fe63bee9645e4b4ca64bdba1b42291 to your computer and use it in GitHub Desktop.
Save Dima-369/06fe63bee9645e4b4ca64bdba1b42291 to your computer and use it in GitHub Desktop.
Old org-superstar package config (I feel that is slows down org-mode a bit so I don't use it anymore)
(use-package org-superstar
:custom
(org-superstar-remove-leading-stars t)
(org-superstar-headline-bullets-list '("◉" "○" "●" "○" "●" "○" "●"))
:config
(add-hook 'org-mode-hook
(lambda ()
(org-superstar-mode 1))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment