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

@@ -454,6 +454,8 @@
:hook (org-mode . org-bullets-mode)
:custom
(org-bullets-bullet-list '("" "" "" "" "" "" ""))
:init
(setq inhibit-compacting-font-caches t)
)
(org-babel-do-load-languages