Disable corfu mode on speed-type an add afew more books.

This commit is contained in:
KJ 2024-09-13 20:37:07 -04:00
parent 297416d1ce
commit 9553b240d8
1 changed files with 3 additions and 2 deletions

View File

@ -353,13 +353,14 @@
:defer t
:hook
(speed-type-mode . (lambda ()
(corfu-mode 0)
(display-line-numbers-mode 0)
(visual-line-mode 1)
(visual-fill-column-mode 1)))
:diminish
:config
(setq speed-type-gb-book-list '(66867 66866 66591 57303)
speed-type-min-chars 500
(setq speed-type-gb-book-list '(66867 66866 66591 57303 15725 24536)
speed-type-min-chars 300
speed-type-max-chars 600))
;; Tree-sitter :)