Merge pull request #4941 from HyunggyuJang/fix/org-pretty-cookie
lang/org: cleanup `+pretty` feature, mostly just adding `if` cookie
This commit is contained in:
commit
a7e01e0574
1 changed files with 1 additions and 2 deletions
|
@ -1,12 +1,11 @@
|
|||
;;; lang/org/contrib/pretty.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###if (featurep! +pretty)
|
||||
(after! org
|
||||
(setq org-highlight-latex-and-related '(native script entities)))
|
||||
|
||||
|
||||
(use-package! org-superstar ; "prettier" bullets
|
||||
:hook (org-mode . org-superstar-mode)
|
||||
:init
|
||||
:config
|
||||
;; Make leading stars truly invisible, by rendering them as spaces!
|
||||
(setq org-superstar-leading-bullet ?\s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue