The return of Org-Superstar

This commit is contained in:
Seth Morabito 2022-10-14 12:50:48 -07:00
parent 4e598f329d
commit a89eb021a8
1 changed files with 18 additions and 3 deletions

View File

@ -493,8 +493,8 @@ ignored.
#+BEGIN_SRC emacs-lisp
(when window-system
(let* ((families '("Hack"
"Fira Code"
(let* ((families '("Fira Code"
"Hack"
"Roboto Mono"
"Input Mono"
"Inconsolata"
@ -699,7 +699,7 @@ often.
:config
(setq modus-themes-org-blocks 'gray-background
modus-themes-region '(bg-only)
modus-themes-bold-constructs t
modus-themes-bold-constructs nil
modus-themes-italic-constructs t
modus-themes-completions '((matches . (extrabold))
(selection . (semibold accented))
@ -1028,6 +1028,21 @@ This adds support the LaTeX class =koma-article= on LaTeX export.
(org-roam-setup)))
#+END_SRC
** Org Superstar
Org Superstar replaces the default asterisk style Org-Mode headers
with nicer looking defaults using Unicode.
#+BEGIN_SRC emacs-lisp
(use-package org-superstar
:ensure t
:init
(add-hook 'org-mode-hook (lambda () (org-superstar-mode 1)))
:config
(setq org-superstar-leading-bullet " "
org-superstar-headline-bullets-list '("🅐" "🅑" "🅒" "🅓" "🅔")))
#+END_SRC
** Perspective
~perspective.el~ is a tool that allows grouping of buffers into separate