Compare commits

..

No commits in common. "8fa7bc9ed7d77721d5df5797aee167804e8f111a" and "a7045d3b308bb78eeae794c92324db55b0745387" have entirely different histories.

2 changed files with 4 additions and 1 deletions

View File

@ -123,7 +123,7 @@
:straight t
:diminish
: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-max-chars 600))

View File

@ -37,4 +37,7 @@
;; pacakge.el stepping on straight's toes.
(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