Speed Up Org Documents

- Enable inhibit compacting font caches for org bullets to speed
  up org documents
This commit is contained in:
Sravan Balaji
2021-08-28 09:56:14 -04:00
parent 1307b78a5c
commit 251ff3aeb8
2 changed files with 4 additions and 0 deletions

View File

@@ -584,6 +584,8 @@ Use Hydra to design a transient key binding for quickly adjusting the scale of t
:hook (org-mode . org-bullets-mode)
:custom
(org-bullets-bullet-list '("" "" "" "" "" "" ""))
:init
(setq inhibit-compacting-font-caches t)
)
#+end_src