Browse Source

Enable deferred compilation

main
parent
commit
a8b235382e
  1. 1
      modules/core.org

1
modules/core.org

@ -63,6 +63,7 @@ Despite having our *stateful* and *immutable* configurations seperate, it's good
(use-package no-littering (use-package no-littering
:custom (inhibit-startup-message t) :custom (inhibit-startup-message t)
(initial-scratch-message "") (initial-scratch-message "")
(comp-deferred-compilation t)
(custom gc-cons-threshold most-positive-fixnum) (custom gc-cons-threshold most-positive-fixnum)
:config (global-prettify-symbols-mode) :config (global-prettify-symbols-mode)
(when (fboundp 'tooltip-mode) (when (fboundp 'tooltip-mode)

Loading…
Cancel
Save