Compare commits
2 Commits
d6f64e66ea
...
423e200458
| Author | SHA1 | Date | |
|---|---|---|---|
| 423e200458 | |||
| 5721e18608 |
@@ -8,7 +8,7 @@
|
||||
;; A big contributor to startup times is garbage collection. We up the gc
|
||||
;; threshold to temporarily prevent it from running, then reset it later by
|
||||
;; enabling `gcmh-mode'. Not resetting it will cause stuttering/freezes.
|
||||
(setq gc-cons-threshold (* 100 1024 1024)) ;; Make startup faster by reducing the frequency of garbage collection. The default is 800 kilobytes. Measured in bytes. Will (and should) be decreased again at the end.
|
||||
(setq gc-cons-threshold (* 200 1024 1024)) ;; Make startup faster by reducing the frequency of garbage collection. The default is 800 kilobytes. Measured in bytes. Will (and should) be decreased again at the end.
|
||||
|
||||
;; make UTF-8 the default coding system:
|
||||
(set-language-environment "UTF-8")
|
||||
|
||||
@@ -688,6 +688,7 @@ Updating an old preamble.org should remove this warning."))
|
||||
:after (org))
|
||||
|
||||
(use-package ob-csharp
|
||||
:defer t
|
||||
:after (org-contrib))
|
||||
|
||||
(use-package ob-ditaa
|
||||
|
||||
Reference in New Issue
Block a user