Compare commits

...

2 Commits

Author SHA1 Message Date
kj
8fa7bc9ed7 Fix bucle at native compilation. 2022-06-05 13:38:28 -04:00
kj
f38ca8a4c9 Remove book with bad orthography from speed-test-type config. 2022-06-05 13:37:15 -04:00
2 changed files with 1 additions and 4 deletions

View File

@ -123,7 +123,7 @@
:straight t :straight t
:diminish :diminish
:config :config
(setq speed-type-gb-book-list '(46201 66867 66866 66591 57303 49063 13608 16132 17974 28430 59797 28929) (setq speed-type-gb-book-list '(46201 66867 66866 66591 57303 49063 59797)
speed-type-min-chars 500 speed-type-min-chars 500
speed-type-max-chars 600)) speed-type-max-chars 600))

View File

@ -37,7 +37,4 @@
;; 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