Move some stuff

This commit is contained in:
Maciej 2026-05-25 09:09:03 +03:00
parent 253d185ca3
commit bcaa83cfd5
Signed by: maciej
GPG key ID: 28243AF437E32F99
57 changed files with 55 additions and 12 deletions

View file

@ -1,15 +0,0 @@
;;; icejam-testing.el --- summary -*- lexical-binding: t; -*-
;; Author: Maciej Szlosarczyk
;; Maintainer: Maciej Szlosarczyk
;; Version: 0.1-snapshot
;;; Commentary:
;; icejam-testing includes required things for writing tests.
;; Originally this was Buttercup but now I am thinking of writing my
;; configuration tests in ERTs.
;;; Code:
(provide 'icejam-testing)
;;; icejam-testing.el ends here