FIX org bullets slowdown

This commit is contained in:
Nathan Dwarshuis 2020-06-07 13:12:02 -04:00
parent 15e016b0a6
commit 53e9a355cd
1 changed files with 4 additions and 1 deletions

View File

@ -1189,7 +1189,10 @@ These are just so much better to read
(use-package org-bullets (use-package org-bullets
:straight t :straight t
:hook :hook
(org-mode . org-bullets-mode)) (org-mode . org-bullets-mode)
:config
;; this might speed up bullet rendering at the expense of larger memory footprint
(setq inhibit-compacting-font-caches t))
#+END_SRC #+END_SRC
*** font height *** font height
The fonts in org headings bug me; make them smaller and less invasive. The fonts in org headings bug me; make them smaller and less invasive.