Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
19 lines
351 B
EmacsLisp
19 lines
351 B
EmacsLisp
;;; icejam-speed-type.el --- summary -*- lexical-binding: t; -*-
|
|
|
|
;; Author: Maciej Szlosarczyk
|
|
;; Maintainer: Maciej Szlosarczyk
|
|
;; Version: 0.1-snapshot
|
|
|
|
;;; Commentary:
|
|
|
|
;; speed-type teaches you how to type.
|
|
|
|
;;; Code:
|
|
|
|
(use-package speed-type
|
|
:straight t
|
|
:ensure t
|
|
:defer t)
|
|
|
|
(provide 'icejam-speed-type)
|
|
;;; icejam-speed-type.el ends here
|