emacs/lisp/icejam-testing.el
Maciej Szlosarczyk 0c09dcf198
All checks were successful
/ Test config on 20 (push) Successful in 31s
Rework OCaml setup, and move to emacs-plus homebrew
2024-08-31 20:29:00 +03:00

16 lines
311 B
EmacsLisp

;;; icejam-testing.el --- summary
;; Author: Maciej Szlosarczyk
;; Maintainer: Maciej Szlosarczyk
;; Version: 0.1-snapshot
;;; Commentary:
;; icejam-testing includes required things for writing tests.
;;; Code:
(use-package buttercup :straight t)
(provide 'icejam-testing)
;;; icejam-testing.el ends here