fix: liniting errors on init.el
This commit is contained in:
parent
6a57cbfd1f
commit
0c18e02686
1 changed files with 7 additions and 0 deletions
7
init.el
7
init.el
|
|
@ -4,6 +4,9 @@
|
|||
;;; Commentary:
|
||||
;;; Load init files
|
||||
|
||||
|
||||
;;; Code:
|
||||
|
||||
;;; Increase garbage collection threshold during init but leave it to the default value after
|
||||
;;; There are a LOT of articles/sites/... discussing this:
|
||||
;;; https://bling.github.io/blog/2016/01/18/why-are-you-changing-gc-cons-threshold/
|
||||
|
|
@ -19,3 +22,7 @@
|
|||
|
||||
(load custom-file :no-error-if-file-is-missing)
|
||||
)
|
||||
|
||||
(provide 'init)
|
||||
|
||||
;;; init.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue