FIX org bullets slowdown
This commit is contained in:
parent
15e016b0a6
commit
53e9a355cd
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue