Start properly namespacing config packages
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
This commit is contained in:
parent
667d565062
commit
8a4471b1da
6 changed files with 19 additions and 16 deletions
19
lisp/icejam-speed-type.el
Normal file
19
lisp/icejam-speed-type.el
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
;;; 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue