Improve speed-type config.

Add hook to disable line numbres, enable visual-line-mode and
visual-fill-column-mode.
This commit is contained in:
KJ 2023-10-15 10:32:13 -04:00
parent 412ae58717
commit 21a052895c
1 changed files with 5 additions and 0 deletions

View File

@ -296,6 +296,11 @@
;; Mecanografía
(use-package speed-type
:defer t
:hook
(speed-type-mode . (lambda ()
(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)