Compare commits
No commits in common. "8fa7bc9ed7d77721d5df5797aee167804e8f111a" and "a7045d3b308bb78eeae794c92324db55b0745387" have entirely different histories.
8fa7bc9ed7
...
a7045d3b30
@ -123,7 +123,7 @@
|
|||||||
:straight t
|
:straight t
|
||||||
:diminish
|
:diminish
|
||||||
:config
|
:config
|
||||||
(setq speed-type-gb-book-list '(46201 66867 66866 66591 57303 49063 59797)
|
(setq speed-type-gb-book-list '(46201 66867 66866 66591 57303 49063 13608 16132 17974 28430 59797 28929)
|
||||||
speed-type-min-chars 500
|
speed-type-min-chars 500
|
||||||
speed-type-max-chars 600))
|
speed-type-max-chars 600))
|
||||||
|
|
||||||
|
@ -37,4 +37,7 @@
|
|||||||
;; pacakge.el stepping on straight's toes.
|
;; pacakge.el stepping on straight's toes.
|
||||||
(setq package-enable-at-startup nil)
|
(setq package-enable-at-startup nil)
|
||||||
|
|
||||||
|
;; Cache eln (native-comp)
|
||||||
|
(setq native-compile-target-directory (expand-file-name "private/cache/eln" user-emacs-directory))
|
||||||
|
|
||||||
;;; early-init.el ends here
|
;;; early-init.el ends here
|
||||||
|
Loading…
Reference in New Issue
Block a user