increase gc during startup, add org article latex option fontsize, deactivate global-emojify-mode
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
;;; post-settings.el --- Summary -*- lexical-binding: t -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
(setq gc-cons-threshold (* 2 1000 1000)) ;; Make gc pauses faster by decreasing back the threshold. See also above.
|
||||
(setq gc-cons-threshold (* 2 1024 1024)) ;; Make gc pauses faster by decreasing back the threshold. See also above.
|
||||
|
||||
(provide 'post-settings)
|
||||
;;; post-settings.el ends here
|
||||
|
||||
Reference in New Issue
Block a user