From 53e9a355cd88d74923842ccf48ba4566ab1b09d7 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 7 Jun 2020 13:12:02 -0400 Subject: [PATCH] FIX org bullets slowdown --- etc/conf.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index 8247851..846d637 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -1189,7 +1189,10 @@ These are just so much better to read (use-package org-bullets :straight t :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 *** font height The fonts in org headings bug me; make them smaller and less invasive.